-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@cool-midway/cos",
"pluginName": "COS上传",
"version": "1.0.0",
"description": "将文件上传到腾讯云COS,前端签名直传方式",
"author": "KentWood",
"contact": "QQ:23471079",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "midway-bin build -c",
"test": "midway-bin test --ts",
"cov": "midway-bin cov --ts",
"ci": "npm run cov"
},
"keywords": [],
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"dist/**/*.json"
],
"license": "MIT",
"devDependencies": {
"@cool-midway/core": "^4.0.12",
"@midwayjs/cli": "^1.2.92",
"@midwayjs/decorator": "^2.7.0",
"@midwayjs/orm": "^1.3.0",
"@types/ioredis": "^4.19.3",
"@types/jest": "^26.0.20",
"@types/node": "14",
"@midwayjs/core": "^2.14.0",
"@midwayjs/logger": "^2.13.0",
"cross-env": "^7.0.3",
"egg": "^2.29.1",
"jest": "^26.6.3",
"mwts": "^1.1.2",
"ts-jest": "^26.5.0",
"typescript": "^4.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/minzojian/midwayjs-cool-cos"
},
"dependencies": {
"cos-nodejs-sdk-v5": "^2.11.3"
}
}