-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 934 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
35
36
37
38
39
40
41
{
"devDependencies": {
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.62.0",
"clean-publish": "^4.2.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^27.2.5",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0",
"ts-jest": "^27.0.7",
"typescript": "^4.9.5"
},
"clean-publish": {
"files": [
".github",
".make-stamps",
".vscode",
"dist/.gitignore",
"docs",
"src",
".editorconfig",
".eslintrc.json",
".gitignore",
".imprc.json",
".jestrc.ci.json",
".jestrc.json",
".lintstagedrc.json",
".nvmrc",
".prettierignore",
".simple-git-hooks.json",
"Makefile",
"package-lock.json",
"tsconfig.json",
"tsconfig.build.json"
],
"packageManager": "npm"
}
}