Files
npm-tool/package.json
2023-03-17 11:30:48 +08:00

27 lines
575 B
JSON

{
"name": "@tiesheng/npm-tool",
"version": "1.0.4",
"description": "npm tool package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://git.kepai365.com/tiesheng/npm-tool.git"
},
"keywords": [
"npm",
"tool"
],
"author": "zeng_wenhao",
"license": "ISC",
"publishConfig": {
"@tiesheng:registry": "http://git.kepai365.com/api/v4/projects/417/packages/npm/"
},
"dependencies": {
"base64-js": "1.5.1",
"umi-request": "1.4.0"
}
}