Commit 77bd123b authored by rockyl's avatar rockyl

测试修改

parent 0b1d9fd0
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
"version": "1.0.0", "version": "1.0.0",
"main": "dist/index.js", "main": "dist/index.js",
"license": "MIT", "license": "MIT",
"scripts": {
"dev": "tsc -w",
"build": "yarn install",
"clean": "rm -rf node_modules",
"start": "node dist/index.js"
},
"dependencies": { "dependencies": {
"ali-oss-duiba": "^1.0.12", "ali-oss-duiba": "^1.0.12",
"config": "^3.3.6", "config": "^3.3.6",
...@@ -16,12 +22,6 @@ ...@@ -16,12 +22,6 @@
"node-tinify": "^1.0.4", "node-tinify": "^1.0.4",
"restify": "^8.5.1" "restify": "^8.5.1"
}, },
"scripts": {
"dev": "tsc -w",
"build": "npm install",
"clean": "rm -rf node_modules",
"start": "node dist/index.js"
},
"devDependencies": { "devDependencies": {
"@types/config": "^0.0.39", "@types/config": "^0.0.39",
"@types/node-fetch": "2", "@types/node-fetch": "2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment