1 Star 0 Fork 0

PDDON/easy-api-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "easy-api-client",
"version": "1.0.7",
"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"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/pddon/easy-api-client.git
git@gitee.com:pddon/easy-api-client.git
pddon
easy-api-client
easy-api-client
main

搜索帮助