-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 957 Bytes
/
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
{
"name": "@cn-international-express-sdk/yi_jing_tong",
"version": "0.1.3",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
"scripts": {
"prepare": "modern build",
"dev": "modern dev",
"build": "modern build",
"build:watch": "modern build -w",
"new": "modern new",
"upgrade": "modern upgrade",
"test": "modern test"
},
"dependencies": {
"@cn-international-express-sdk/utils": "workspace:*"
},
"devDependencies": {
"@modern-js/eslint-config": "2.43.0",
"@modern-js/module-tools": "2.43.0",
"@types/node": "~16.11.7",
"husky": "~8.0.1",
"lint-staged": "~13.1.0",
"prettier": "~2.8.1",
"rimraf": "~3.0.2",
"typescript": "~5.0.4",
"@modern-js/plugin-testing": "2.43.0",
"@types/jest": "~29.2.4"
},
"sideEffects": [],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}