UNPKG

2.95 kBJSONView Raw
1{
2 "name": "@3wks/gae-node-nestjs",
3 "version": "5.1.3-rc1",
4 "description": "",
5 "main": "dist/index.js",
6 "typings": "dist/index.d.ts",
7 "scripts": {
8 "prepublish": "npx tsc && npm run verify && cp src/auth/auth.graphqls dist/auth",
9 "test": "jest",
10 "check-ts": "tsc --noEmit",
11 "verify": "npm run test && npm run check-ts",
12 "format": "prettier --write \"./src/**/*.ts\"",
13 "lint": "tslint --project ."
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+ssh://git@bitbucket.org/3wks/gae-node-nestjs.git"
18 },
19 "bin": {
20 "server": "./server.js"
21 },
22 "author": "",
23 "license": "MIT",
24 "homepage": "https://bitbucket.org/3wks/gae-node-nestjs#readme",
25 "dependencies": {
26 "@google-cloud/connect-datastore": "3.1.0",
27 "@google-cloud/datastore": "4.4.0",
28 "@google-cloud/logging-bunyan": "1.2.3",
29 "@google-cloud/storage": "3.4.0",
30 "@google-cloud/tasks": "1.5.0",
31 "@google-cloud/trace-agent": "4.2.2",
32 "@nestjs/graphql": "^3.0.0",
33 "apollo-server-express": "^1.3.6",
34 "bcryptjs": "^2.4.3",
35 "bunyan": "^1.8.12",
36 "cli-spinner": "^0.2.8",
37 "colors": "^1.3.1",
38 "commander": "^2.16.0",
39 "dataloader": "^1.4.0",
40 "email-addresses": "^3.0.1",
41 "express-session": "^1.15.6",
42 "graphql": "^0.13.2",
43 "graphql-iso-date": "^3.5.0",
44 "graphql-tools": "^3.0.5",
45 "helmet-csp": "2.9.4",
46 "html-to-text": "4.0.0",
47 "io-ts": "1.8.5",
48 "io-ts-reporters": "0.0.20",
49 "jsonwebtoken": "8.4.0",
50 "lodash": "4.17.15",
51 "merge-graphql-schemas": "^1.5.3",
52 "node-fetch": "^2.2.0",
53 "nodemailer": "^4.6.7",
54 "passport": "0.4.0",
55 "passport-auth0": "1.1.0",
56 "passport-google-oauth": "^1.0.0",
57 "passport-google-oauth20": "^1.0.0",
58 "passport-local": "^1.0.0",
59 "passport-openidconnect": "0.0.2",
60 "passport-saml": "^0.33.0",
61 "reflect-metadata": "^0.1.12",
62 "tslib": "^1.9.3",
63 "uuid": "^3.3.3",
64 "webpack": "4.41.3"
65 },
66 "peerDependencies": {
67 "@nestjs/core": "^5.2.0",
68 "@nestjs/common": "^5.2.0",
69 "rxjs": "^6.2.2"
70 },
71 "devDependencies": {
72 "@nestjs/common": "^5.2.0",
73 "@nestjs/core": "^5.2.0",
74 "@types/bcryptjs": "^2.4.1",
75 "@types/bunyan": "^1.8.4",
76 "@types/express-session": "^1.15.10",
77 "@types/graphql-iso-date": "^3.3.0",
78 "@types/html-to-text": "1.4.31",
79 "@types/jest": "^24.0.18",
80 "@types/jsonwebtoken": "^7.2.8",
81 "@types/lodash": "^4.14.115",
82 "@types/node-fetch": "^2.1.2",
83 "@types/nodemailer": "^4.6.2",
84 "@types/passport": "^0.4.6",
85 "@types/passport-auth0": "1.0.2",
86 "@types/passport-google-oauth": "^1.0.38",
87 "@types/passport-local": "^1.0.33",
88 "@types/passport-saml": "^0.15.6",
89 "@types/uuid": "^3.4.5",
90 "chokidar": "^3.2.1",
91 "jest": "^24.9.0",
92 "prettier": "^1.18.2",
93 "rxjs": "^6.2.2",
94 "ts-jest": "^24.1.0",
95 "ts-mockito": "^2.5.0",
96 "tslint": "^5.20.0",
97 "typescript": "3.4.5"
98 }
99}