-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.27 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
48
49
50
51
52
53
54
55
56
{
"name": "egg-minio-typescript",
"version": "1.0.1",
"description": "minio for egg.js, typescript version",
"eggPlugin": {
"name": "minio"
},
"types": "./index.d.ts",
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"minio",
"egg-minio",
"egg-minio-ts"
],
"dependencies": {
"minio": "^7.1.3"
},
"devDependencies": {
"egg": "^3",
"egg-bin": "^5",
"egg-ci": "^2",
"egg-mock": "^5",
"eslint": "^8",
"eslint-config-egg": "^12"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov"
},
"files": [
"index.d.ts",
"app.js",
"config"
],
"ci": {
"version": "16, 18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uni-openai/egg-minio.git"
},
"bugs": {
"url": "https://github.com/uni-openai/egg-minio/issues"
},
"homepage": "https://github.com/uni-openai/egg-minio",
"author": "devilyouwei",
"license": "MIT"
}