|
1 | 1 | { |
2 | | -"name": "cloud-developer-basics-04-api", |
3 | | -"version": "1.0.0", |
4 | | -"engines": { |
5 | | -"node": "10" |
6 | | -}, |
7 | | -"description": "Cloud Developer Basics #4, based on ArtCollector demo API (artcollector-backend-gcp)", |
8 | | -"author": "Mikael Vesavuori", |
9 | | -"main": "index.js", |
10 | | -"repository": { |
11 | | -"type": "git", |
12 | | -"url": "https://github.com/mikaelvesavuori/cloud-developer-basics.git" |
13 | | -}, |
14 | | -"license": "ISC", |
15 | | -"devDependencies": { |
16 | | -"eslint": "^6.5.0", |
17 | | -"eslint-config-prettier": "^6.5.0", |
18 | | -"eslint-plugin-security": "^1.4.0", |
19 | | -"prettier": "^1.18.2", |
20 | | -"prettier-eslint": "^9.0.0" |
21 | | -}, |
22 | | -"dependencies": { |
23 | | -"@google-cloud/pubsub": "^1.1.5", |
24 | | -"apollo-server-cloud-functions": "^2.9.7", |
25 | | -"firebase-admin": "^8.7.0", |
26 | | -"firebase-functions": "^3.3.0", |
27 | | -"firebase-tools": "^7.6.2", |
28 | | -"graphql": "^14.5.8", |
29 | | -"graphql-type-json": "^0.3.0", |
30 | | -"node-fetch": "^2.6.0", |
31 | | -"serverless-google-cloudfunctions": "^2.3.3", |
32 | | -"uuid": "^3.3.3" |
33 | | -} |
| 2 | + "name": "cloud-developer-basics-04-api", |
| 3 | + "version": "1.0.0", |
| 4 | + "engines": { |
| 5 | + "node": "10" |
| 6 | + }, |
| 7 | + "description": "Cloud Developer Basics #4, based on ArtCollector demo API (artcollector-backend-gcp)", |
| 8 | + "author": "Mikael Vesavuori", |
| 9 | + "main": "index.js", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/mikaelvesavuori/cloud-developer-basics.git" |
| 13 | + }, |
| 14 | + "license": "ISC", |
| 15 | + "devDependencies": { |
| 16 | + "eslint": "^6.5.0", |
| 17 | + "eslint-config-prettier": "^6.5.0", |
| 18 | + "eslint-plugin-security": "^1.4.0", |
| 19 | + "prettier": "^1.18.2", |
| 20 | + "prettier-eslint": "^9.0.0" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "@google-cloud/pubsub": "^1.1.5", |
| 24 | + "apollo-server-cloud-functions": "^2.9.7", |
| 25 | + "firebase-admin": "^8.7.0", |
| 26 | + "firebase-functions": "^3.3.0", |
| 27 | + "firebase-tools": "^7.6.2", |
| 28 | + "graphql": "^14.5.8", |
| 29 | + "graphql-type-json": "^0.3.0", |
| 30 | + "node-fetch": "^2.6.0", |
| 31 | + "serverless-google-cloudfunctions": "^2.3.3", |
| 32 | + "uuid": "^3.3.3", |
| 33 | + "snyk": "^1.317.0" |
| 34 | + }, |
| 35 | + "scripts": { |
| 36 | + "snyk-protect": "snyk protect", |
| 37 | + "prepublish": "npm run snyk-protect" |
| 38 | + }, |
| 39 | + "snyk": true |
34 | 40 | } |
0 commit comments