-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
57
58
59
60
{
"name": "ext-cloud-upyun",
"version": "1.0.0",
"description": "基于nestjs又拍云存储插件",
"scripts": {
"build": "node --max_old_space_size=4096 ./node_modules/gulp/bin/gulp.js build",
"fix": "tslint -p tsconfig.json -c tslint.json --fix",
"prepublish": "npm run snyk-protect; node --max_old_space_size=4096 ./node_modules/gulp/bin/gulp.js build",
"publish": "node ./node_modules/lerna/bin/lerna.js publish -m \"chore(release): publish %s\"",
"start": "node ./starter/index.js",
"start:watch": "nodemon",
"start:prod": "node dist/server.js",
"snyk-protect": "snyk protect"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ibenchu/ext-cloud-upyun.git"
},
"author": "czy12345",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@nestjs/common": "^6.2.2",
"@nestjs/core": "^6.2.2",
"@nestjs/graphql": "^6.2.1",
"@nestjs/typeorm": "^6.1.1",
"apollo-server-core": "^2.5.0",
"apollo-server-express": "^2.5.0",
"graphql": "^14.3.0",
"graphql-tools": "^4.0.4",
"mime": "^2.4.3",
"pg": "^7.11.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2",
"typeorm": "^0.2.17",
"snyk": "^1.189.0"
},
"devDependencies": {
"@notadd/gulp-typescript": "^4.0.2",
"@types/express": "^4.16.1",
"@types/node": "^8.10.48",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-watch": "^5.0.1",
"lerna": "^3.14.1",
"nodemon": "^1.19.0",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
},
"workspaces": [
"package"
],
"snyk": true
}