-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 1007 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "carteira-digital-scrapper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"koa": "^2.11.0",
"koa-bodyparser": "^4.3.0",
"koa-router": "^8.0.8",
"moment": "^2.26.0",
"node-cache": "^5.1.0",
"playwright": "^1.0.1",
"puppeteer": "^3.1.0",
"puppeteer-firefox": "^0.5.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "rm dist/bundle-0.1.zip && zip -vr dist/bundle-0.2.zip . -x \"*.zip\" -x \"node_modules/*\" -x \".git/*\" \"*.png\" -x \"package-lock.json\" -x \"yarn.lock\""
},
"repository": {
"type": "git",
"url": "git+https://MaiaVinicius@github.com/MaiaVinicius/carteira-digital-api.git"
},
"author": "MaiaVinicius",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaiaVinicius/carteira-digital-api/issues"
},
"homepage": "https://github.com/MaiaVinicius/carteira-digital-api#readme"
}