-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 KB
/
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
33
34
35
36
37
38
39
40
{
"name": "bankmegaapinode",
"version": "1.0.0",
"description": "Get all the promo in each category",
"scripts": {
"clean": "rimraf coverage build tmp",
"build": "tsc -p tsconfig.release.json",
"build:watch": "tsc -w -p tsconfig.release.json",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@akanass/rx-http-request": "^3.3.0",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"codelyzer": "^6.0.0",
"rxjs": "^6.6.2",
"tslib": "~2.0.0"
},
"devDependencies": {
"@types/jest": "~26.0.5",
"@types/node": "~12.12",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"eslint": "~7.5.0",
"eslint-config-prettier": "~6.11.0",
"eslint-plugin-jest": "~23.18.0",
"jest": "~26.1.0",
"prettier": "~2.0.5",
"rimraf": "~3.0.2",
"ts-jest": "~26.1.3",
"tslint": "^6.1.3",
"tsutils": "~3.17.0",
"typescript": "~3.9.7"
},
"keywords": [],
"author": "",
"license": "Apache-2.0"
}