commit 59fa8b34887f077d0bf1593e1aeb50832bedd2ad Author: 曾文豪 <980287353@qq.com> Date: Thu Feb 9 10:25:03 2023 +0800 Initial commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..a448094 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "npm-tool", + "version": "1.0.0", + "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" +}