UNPKG

@mwcp/ali-oss

Version:
87 lines (86 loc) 2.34 kB
{ "name": "@mwcp/ali-oss", "author": "waiting", "version": "41.0.1", "description": "Ali OSS Component for midway.js", "keywords": [ "midway", "IoC", "plugin", "ali", "aliyun", "ali-sdk", "oss", "ossutil", "ESM", "ts" ], "type": "module", "bin": {}, "types": "dist/index.d.ts", "imports": { "#package.json": "./package.json", "##/*": "./src/*", "#@/*": "./test/*" }, "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "bugs": { "url": "https://github.com/waitingsong/midway-components/issues" }, "homepage": "https://github.com/waitingsong/midway-components/tree/main/packages/ali-oss#readme", "repository": { "type": "git", "url": "https://github.com/waitingsong/midway-components" }, "license": "MIT", "dependencies": { "@midwayjs/info": "^3.19.0", "@mwcp/otel": "^41.0.1", "@mwcp/share": "^41.0.1", "@yuntools/ali-oss": "^16.1.5" }, "engines": { "node": ">=20.11.0", "@midwayjs/core": ">=3.16.0" }, "files": [ "README.*.md", "Dockerfile", "npm-shrinkwrap.json", "tsconfig.json", "tsconfig.base.json", "asset", "bin", "database", "dist", "src", "!**/*.spec.*" ], "publishConfig": { "access": "public" }, "scripts": { "build": "npm run tsc", "build:unit": "tsc -p test/tsconfig.json", "clean": "npm run clean:lock && npm run clean:dist && npm run clean:log", "clean:cache": "rm -rf .eslintcache .tsbuildinfo", "clean:dist": "npm run clean:cache && rm -rf dist/*", "clean:lock": "rm -f package-lock.json", "clean:log": "rm -rf ./logs ./run", "cov": "c8 --all npm run test", "dev": "cross-env MIDWAY_SERVER_ENV=local mwtsc --watch --run @midwayjs/mock/app", "lint": "eslint --fix --cache src test", "lint:nofix": "eslint --cache src test", "postbuild": "tsc-alias", "pretest": "npm run build:unit", "start": "cross-env NODE_ENV=production node ./bootstrap.js", "start:gc": "cross-env NODE_ENV=local node --trace_gc ./bootstrap.js", "test": "cross-env MIDWAY_SERVER_ENV=unittest TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false", "test:deb": "npm run test", "tsc": "tsc -b" }, "gitHead": "17824fcbe759c6193965c37718ef271564768aec" }