-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
47
48
49
50
{
"name": "@wufengteam/core",
"version": "2.7.20",
"description": "@wufengteam/core",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/src/index.d.ts",
"files": [
"dist",
"CHANGELOG.md"
],
"scripts": {
"build": "father-build",
"format": "prettier --write .",
"pub": "pnpm build && npm publish",
"test": "umi-test",
"test:cov": "umi-test --collectCoverage",
"watch": "father-build -w"
},
"prettier": {
"plugins": [
"prettier-plugin-packagejson"
],
"printWidth": 80,
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"@alita/joi": "^0.0.3"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"@umijs/test": "3.5.17",
"father-build": "^1.22.3",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"prettier-plugin-packagejson": "^2.2.18",
"ts-node": "^10",
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
},
"authors": [
"xiaohuoni <[email protected]> (https://github.com/xiaohuoni)"
]
}