-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 850 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": "clean-ts-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --passWithNoTests --watch",
"test:staged": "jest --passWithNoTests"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"eslint": "^7.2.0",
"eslint-config-standard-with-typescript": "^16.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"git-commit-msg-linter": "^2.4.2",
"husky": "^4.2.5",
"install": "^0.13.0",
"jest": "^26.0.1",
"lint-staged": "^10.2.9",
"npm": "^6.14.6",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
}
}