-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 749 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 749 Bytes
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
{
"name": "clean-node-api",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.5",
"@types/node": "^14.0.24",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"eslint": "^6.8.0",
"eslint-config-standard-with-typescript": "^11.0.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"git-commit-msg-linter": "^2.4.4",
"husky": "^4.2.5",
"jest": "^26.1.0",
"lint-staged": "^10.2.11",
"ts-jest": "^26.1.3",
"typescript": "^3.9.7"
},
"scripts": {
"test": "jest --passWithNoTests --watch",
"test:staged": "jest --passWithNoTests"
}
}