Files
npm-tool/package.json
2024-11-06 23:16:38 +08:00

24 lines
468 B
JSON

{
"name": "@tiesheng/npm-tool",
"version": "2.0.0",
"description": "npm tool package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.tieshengkeji.com/tieshengkeji/npm-tool"
},
"keywords": [
"npm",
"tool"
],
"author": "zeng_wenhao",
"license": "ISC",
"dependencies": {
"base64-js": "1.5.1",
"umi-request": "1.4.0"
}
}