-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1022 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
34
{
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"commitlintconfig": "deMGoncalves/commitlintconfig",
"eslint": "^7.19.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslintrc": "deMGoncalves/eslintrc",
"husky": "^5.0.9",
"jest": "^26.6.3",
"jestconfig": "deMGoncalves/jestconfig",
"pinst": "^2.1.4",
"ts-jest": "^26.5.1",
"ts-node": "^9.1.1",
"tsconfig": "deMGoncalves/tsconfig",
"ttypescript": "^1.5.12",
"typescript": "^4.1.4",
"typescript-transform-paths": "^2.2.3"
},
"main": "dist/index.js",
"name": "f",
"scripts": {
"postinstall": "husky install",
"start": "jest --watchAll",
"test": "jest --passWithNoTests"
},
"version": "1.0.0"
}