-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "cleancodeapi",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "jest",
"test:staged": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobsonTrasel/CleanCodeAPI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RobsonTrasel/CleanCodeAPI/issues"
},
"homepage": "https://github.com/RobsonTrasel/CleanCodeAPI#readme",
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^18.7.23",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"eslint": "^8.24.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
"express": "^4.18.1",
"git-commit-msg-linter": "^4.2.1",
"husky": "^8.0.1",
"jest": "^29.0.3",
"lint-staged": "^13.0.3",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}