-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 821 Bytes
/
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
{
"name": "nodejs-getting-started",
"private": true,
"description": "End to end samples for running Node.js applications on Google Cloud Platform",
"dependencies": {},
"devDependencies": {
"eslint": "^7.1.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.0.0"
},
"scripts": {
"lint": "eslint '**/*.js'",
"fix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleCloudPlatform/nodejs-getting-started.git"
},
"author": "Google LLC",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleCloudPlatform/nodejs-getting-started/issues"
},
"homepage": "https://github.com/GoogleCloudPlatform/nodejs-getting-started#readme"
}