-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "@wshcmx/types",
"version": "11.0.0-beta7",
"directories": {
"lib": "lib"
},
"scripts": {
"lint": "eslint -c ./lib/.eslintrc.json lib",
"tsc:lib": "tsc -p lib/tsconfig.json",
"tsc:tests": "tsc -p tests/tsconfig.json",
"check": "npm run lint && npm run tsc:lib && npm run tsc:tests",
"version:check": "node ci/version-check.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wshcmx/types.git"
},
"keywords": [
"types",
"websoft",
"webtutor",
"webtutor-types",
"wxhcmx",
"wxhcmx-types",
"wt"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wshcmx/types/issues"
},
"homepage": "https://github.com/wshcmx/types#readme",
"devDependencies": {
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint": "^8.17.0",
"eslint-plugin-jsdoc": "^46.4.5",
"eslint-plugin-no-for-of-loops": "^1.0.1",
"semver": "^7.6.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.24.1"
}
}