-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 992 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
{
"name": "@newstudios/http-utils",
"version": "1.0.6",
"description": "http common lib",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"prepublishOnly": "npm build"
},
"dependencies": {
"cookie": "^0.5.0",
"utils-merge": "^1.0.1"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "^18.6.1",
"@types/utils-merge": "^0.0.28",
"rimraf": "^3.0.2",
"tsc": "^2.0.3",
"typescript": "^4.9.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"http",
"node.js"
],
"author": "[email protected]",
"homepage": "https://github.com/xinpianchang/xpc-http#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/xinpianchang/xpc-http.git"
},
"license": "MIT",
"files": [
"dist",
"src"
],
"npmName": "@newstudios/http-utils"
}