-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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
61
62
63
{
"name": "ext-local-store",
"version": "1.0.0",
"description": "基于nestjs本地存储插件",
"scripts": {
"build": "node --max_old_space_size=4096 ./node_modules/gulp/bin/gulp.js build",
"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",
"check": "tslint -p tsconfig.json -c tslint.json --type-check",
"fix": "tslint -p tsconfig.json -c tslint.json --fix",
"snyk-protect": "snyk protect"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ibenchu/ext-local-store.git"
},
"author": "czy12345",
"license": "Apache-2.0",
"dependencies": {
"@nestjs/common": "6.2.2",
"@nestjs/core": "6.2.2",
"@nestjs/graphql": "6.2.1",
"@nestjs/microservices": "6.2.2",
"@nestjs/testing": "6.2.2",
"@nestjs/typeorm": "6.1.1",
"@nestjs/websockets": "6.2.2",
"apollo-server-express": "2.5.0",
"formidable": "1.2.1",
"gm": "1.23.1",
"graphql": "14.3.0",
"graphql-tools": "2.24.0",
"mime": "2.4.3",
"mysql": "2.17.1",
"pg": "7.11.0",
"redis": "2.8.0",
"reflect-metadata": "0.1.13",
"request": "2.88.0",
"rxjs": "6.5.2",
"rxjs-compat": "6.5.2",
"sharp": "0.22.1",
"typeorm": "0.2.17",
"typescript": "3.4.5",
"snyk": "^1.189.0"
},
"devDependencies": {
"@notadd/gulp-typescript": "4.0.2",
"@types/node": "8.10.48",
"@types/sharp": "0.22.2",
"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.0",
"nodemon": "1.19.0",
"ts-node": "8.1.0",
"tslint": "5.16.0"
},
"snyk": true
}