-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1003 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
37
38
39
40
41
42
43
44
45
{
"name": "petal-service",
"version": "0.1.3",
"description": "轻松服务,快乐编程",
"main": "./dist/index.js",
"type": "commonjs",
"types": "./dist/index.d.ts",
"typing": "./dist/index.d.ts",
"author": "xiangwen hu",
"homepage": "https://github.com/xiangwenhu/petal-service",
"license": "MIT",
"dependencies": {
"axios": "^1.5.0",
"path-to-regexp": "^6.2.1",
"whatwg-url": "^13.0.0"
},
"contributors": [
"xiangwenhu (https://github.com/xiangwenhu)"
],
"scripts": {
"test": "mocha --recursive",
"bp": "npm run build && npm pack",
"build": "tsc"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/whatwg-url": "^11.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"service",
"api-client",
"axios",
"api-rest",
"decorator",
"http-client",
"request",
"net"
]
}