From 59fa8b34887f077d0bf1593e1aeb50832bedd2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Thu, 9 Feb 2023 10:25:03 +0800 Subject: [PATCH] Initial commit --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json 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" +}