2020-10-24 07:34:43 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-file-manager",
|
2022-04-27 13:28:50 +00:00
|
|
|
"version": "0.7.0-alpha.16",
|
2020-10-24 07:34:43 +00:00
|
|
|
"main": "lib/index.js",
|
2022-04-25 01:45:24 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "Apache-2.0",
|
|
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
],
|
2021-12-06 13:23:34 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
|
|
|
|
"build:cjs": "tsc --project tsconfig.build.json",
|
|
|
|
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
|
|
|
},
|
2020-11-11 07:23:39 +00:00
|
|
|
"dependencies": {
|
2020-12-19 00:45:19 +00:00
|
|
|
"@koa/multer": "^3.0.0",
|
2022-04-27 13:28:50 +00:00
|
|
|
"@nocobase/server": "0.7.0-alpha.16",
|
2021-12-03 23:58:31 +00:00
|
|
|
"aws-sdk": "^2.2.32",
|
2020-12-23 04:46:13 +00:00
|
|
|
"koa-static": "^5.0.0",
|
|
|
|
"mime-match": "^1.0.2",
|
2022-04-27 13:28:50 +00:00
|
|
|
"mkdirp": "~0.5.4",
|
2021-12-03 23:58:31 +00:00
|
|
|
"multer": "^1.4.2",
|
|
|
|
"multer-aliyun-oss": "1.1.1",
|
|
|
|
"multer-s3": "^2.10.0"
|
2020-12-19 00:45:19 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-27 13:28:50 +00:00
|
|
|
"@nocobase/test": "0.7.0-alpha.16",
|
2021-12-07 11:40:30 +00:00
|
|
|
"@types/koa-multer": "^1.0.1",
|
|
|
|
"@types/multer": "^1.4.5"
|
2021-04-07 02:41:06 +00:00
|
|
|
},
|
2022-04-25 08:16:19 +00:00
|
|
|
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
|
2020-10-24 07:34:43 +00:00
|
|
|
}
|