aliyunoss-cli
Version:
Alibaba Cloud OSS file upload CLI.
40 lines (39 loc) • 919 B
JSON
{
"name": "aliyunoss-cli",
"version": "1.1.6",
"description": "Alibaba Cloud OSS file upload CLI.",
"main": "lib/index.js",
"bin": {
"aliyunoss-cli": "./bin/index.js"
},
"scripts": {
"build:tsc": "npx tsc src/index.ts --outDir bin",
"release:dev": "node bin/index.js --releaseEnv dev",
"test": "echo \"Tests are on the way.\"",
"build": "echo \"Skip build step.\""
},
"keywords": [
"upload",
"ali",
"aliyun",
"oss",
"cli"
],
"author": "Cheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/chengchuu/aliyunoss-cli/issues"
},
"homepage": "https://github.com/chengchuu/aliyunoss-cli",
"devDependencies": {
"@types/ali-oss": "^6.0.5",
"@types/minimist": "^1.2.0",
"@types/node": "^14.6.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"ali-oss": "^6.10.0",
"minimist": "^1.2.5"
}
}