1 Star 0 Fork 0

zhujunzhujunzhu/suit-fetch-lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
zhujun 提交于 2024-11-01 19:27 . v1.0.2
{
"name": "@suit/fetch-lib",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup --config rollup.config.mjs",
"dev:types": "rollup -w --config rollup.type.config.mjs",
"dev": "rollup -w --config rollup.config.mjs",
"play": "cd playground && npm run vite"
},
"publishConfig": {
"registry": "https://tech.suitbim.com/verdaccio/"
},
"files": [
"dist"
],
"keywords": [],
"author": "zhujun.suitbim.com",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/systemjs": "^6.13.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"rollup": "^4.9.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-typescript2": "^0.36.0",
"systemjs": "^6.15.1",
"typescript": "5.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhujun12/suit-fetch-lib.git
git@gitee.com:zhujun12/suit-fetch-lib.git
zhujun12
suit-fetch-lib
suit-fetch-lib
master

搜索帮助