-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 974 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 974 Bytes
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
{
"name": "fastify-graphql-middleware",
"version": "2.1.1",
"author": "duanzeyao",
"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": "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\"",
"check": "tslint -p tsconfig.json -c tslint.json"
},
"license": "Apache-2.0",
"dependencies": {
"apollo-server-core": "^1.3.6",
"apollo-server-module-graphiql": "^1.3.4"
},
"devDependencies": {
"@types/graphql": "^0.13.1",
"@types/node": "^10.0.8",
"gulp": "^3.9.1",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^4.0.2",
"gulp-watch": "^5.0.0",
"lerna": "^2.11.0",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
}
}