You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
396 B
20 lines
396 B
{
|
|
"name": "oss-upload",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"push:test": "node pushOss.js test",
|
|
"push:prod": "node pushOss.js prod"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ali-oss": "^6.10.0",
|
|
"colors": "^1.3.2",
|
|
"fs-extra": "^8.1.0",
|
|
"globby": "^10.0.1",
|
|
"listr": "^0.14.3"
|
|
}
|
|
}
|