-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "dest-toolkit",
"version": "0.1.19",
"private": true,
"description": "A testing framework for database",
"keywords": [
"test",
"database"
],
"homepage": "https://github.com/peidongxie/dest#readme",
"bugs": {
"url": "https://github.com/peidongxie/dest/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/peidongxie/dest.git"
},
"license": "MIT",
"author": {
"name": "谢沛东",
"email": "[email protected]",
"url": "https://github.com/peidongxie"
},
"type": "module",
"scripts": {
"build:lib": "pnpm -F @dest-toolkit/grpc-* -F @dest-toolkit/http-* build",
"prepare": "husky install",
"publish:lib": "pnpm build:lib && pnpm publish -r",
"stats": "cloc $(git ls-files) && echo 'Commits:' $(git log --oneline | wc -l)"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"sort-package-json": "^2.4.1",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]"
}