-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.28 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
{
"name": "dingtalk-sdk-for-js",
"private": true,
"version": "0.1.0",
"author": "zhengxs2018 <[email protected]>",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"dev": "pnpm -F examples dev",
"build": "pnpm -r --if-present build",
"watch": "pnpm run --parallel --if-present watch",
"lint": "eslint . --ext .ts,.cjs",
"lint:fix": "eslint . --ext .ts,.cjs --fix --fix-type [problem,suggestion]",
"fmt": "prettier --write \"**/*.{ts,json,md}\" --log-level warn"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "[email protected]",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"typescript": "~5.0.4",
"vite": "^4.5.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3",
"vite-plugin-externalize-deps": "^0.7.0",
"vite-plugin-static-copy": "^1.0.5",
"vite-tsconfig-paths": "^4.3.2"
}
}