-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
40
41
42
43
44
45
46
{
"name": "@wymp/ts-simple-packages",
"private": true,
"engines": {
"node": "20",
"pnpm": "^8.14.0"
},
"scripts": {
"build": "pnpm -r build",
"check": "pnpm -r check",
"clean": "pnpm -r clean",
"docs:gen": "pnpm -r docs:gen",
"docs:view": "./scripts/.internal/docs-view.sh",
"format": "pnpm -r format && pnpm pkgjson sort",
"pkgjson": "./scripts/.internal/pkgjson.sh",
"publish:all": "pnpm -r publish",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck",
"version:bump": "./scripts/.internal/version-bump.sh"
},
"dependencies": {
"@eslint/eslintrc": "^3.0.0",
"@eslint/js": "^8.56.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.8",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"globals": "^13.24.0",
"http-server": "^14.1.1",
"jest": "29.7.0",
"prettier": "3.1.1",
"ts-jest": "29.1.1",
"typedoc": "0.25.7",
"typescript": "5.3.3"
},
"pnpm": {
"overrides": {
"@types/jest": "$@types/jest",
"@types/node": "$@types/node"
}
},
"version": "0.9.1"
}