-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "box-cat",
"version": "3.0.8",
"description": "对暴露get,post之类接口的实例(例如axios、fly.io)二度封装",
"main": "/dist/boxCat.cjs.min.js",
"model": "/dist/boxCat.esm.min.js",
"unpkg": "/dist/boxCat.js",
"scripts": {
"build": "node build/rollup.config.js",
"test:cov": "jest --coverage",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hengshanMWC/film.git"
},
"keywords": [
"http",
"api",
"axios",
"fly.io"
],
"author": "mwc",
"license": "ISC",
"bugs": {
"url": "https://github.com/hengshanMWC/film/issues"
},
"homepage": "https://github.com/hengshanMWC/film#readme",
"devDependencies": {
"@types/jest": "^25.2.1",
"axios": "^0.19.2",
"babel-jest": "^25.5.1",
"camelcase": "^6.0.0",
"flyio": "^0.6.14",
"jest": "^25.5.4",
"rollup": "^2.7.6",
"rollup-plugin-typescript2": "^0.27.0",
"terser": "^4.6.13",
"ts-jest": "^25.4.0",
"ts-node": "^8.10.1",
"validate-npm-package-name": "^3.0.0"
},
"dependencies": {
"typescript": "^3.9.5"
}
}