-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 901 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
33
{
"name": "naroujs",
"version": "1.0.0-pre",
"scripts": {
"test": "jest --collect-coverage",
"hot": "jest --watchAll --detectOpenHandles"
},
"dependencies": {
"@types/cheerio": "^0.22.31",
"cheerio": "^1.0.0-rc.10",
"got": "^11.8.3",
"joi": "^17.6.0"
},
"devDependencies": {
"@types/got": "^9.6.12",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"license": "MIT"
}