-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.32 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
51
52
53
54
55
56
57
{
"name": "easy-api-client",
"version": "1.0.9",
"author": "pddon.cn",
"homepage": "https://pddon.cn",
"description": "开源项目服务端api框架easy-spring-boot-api的typescript客户端api对接工具包",
"private": false,
"scripts": {
"test": "jest",
"test:w": "jest --watchAll",
"test:c": "jest --coverage",
"buildTs": "tsc",
"prepublishOnly": "npm run buildTs",
"build": "webpack --config webpack.config.js",
"push": "npm publish"
},
"dependencies": {
"axios": "^1.6.7",
"crypto-js": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@types/jest": "^29.5.12",
"babel-loader": "^9.1.3",
"core-js": "^3.36.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": ["lib"],
"repository": {
"type": "git",
"url": "https://github.com/pddon/"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"api",
"http",
"ajax",
"promise",
"node",
"client",
"popularmvc",
"springboot"
],
"license": "MIT"
}