UNPKG

@mw-components/ali-oss

Version:

阿里云 OSS 命令行工具 ossutil 封装 midway.js 组件,提供 TypeScript 类型定义

64 lines (63 loc) 2.08 kB
{ "name": "@mw-components/ali-oss", "author": "waiting", "version": "5.0.4", "description": "阿里云 OSS 命令行工具 ossutil 封装 midway.js 组件,提供 TypeScript 类型定义", "keywords": [ "midway", "IoC", "plugin", "ali", "aliyun", "ali-sdk", "oss", "ossutil", "ESM", "ts" ], "bin": {}, "main": "dist/index.js", "types": "dist/index.d.ts", "bugs": { "url": "https://github.com/waitingsong/midway-components/issues" }, "homepage": "https://github.com/waitingsong/midway-components#readme", "repository": { "type": "git", "url": "https://github.com/waitingsong/midway-components" }, "license": "MIT", "dependencies": { "@mw-components/jaeger": "^13.1.7", "@yuntools/ali-oss": "^16.1.2" }, "devDependencies": { "cross-env": "7" }, "engines": { "node": ">=16.13.0" }, "files": [ "bin/*.js", "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "npm run tsc", "clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/*", "clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*", "clean:lock": "rm package-lock.json -f", "cov": "cross-env MIDWAY_SERVER_ENV=unittest TS_NODE_PROJECT=test/tsconfig.json c8 mocha --parallel=false", "dev": "cross-env TS_NODE_TYPE_CHECK=false TS_NODE_TRANSPILE_ONLY=true NODE_ENV=local ../../node_modules/.bin/midway-bin dev --ts --port=7001", "db:gen": "kmore gen --project tsconfig.cjs.json --path ./src", "lint": "eslint --fix --cache {src,test}/**/*.ts", "lint:nofix": "eslint --cache {src,test}/**/*.ts", "purge": "npm run clean && rm node_modules -rf && rm package-lock.json -f", "test": "cross-env MIDWAY_SERVER_ENV=unittest TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false", "test:local": "cross-env MIDWAY_SERVER_ENV=unittest TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --parallel=false", "tsc": "tsc -b" }, "gitHead": "04d69ae5ee64fc9d14e27a716cac5276586e61af" }