-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 812 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 812 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
{
"name": "sheetsTest",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"lint": "standard --fix *.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maddy-at-leisure/auto-export-tracking-impressions/sheetsTest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maddy-at-leisure/auto-export-tracking-impressions/sheetsTest/issues"
},
"homepage": "https://github.com/maddy-at-leisure/auto-export-tracking-impressions/blob/main/README.md",
"dependencies": {},
"devDependencies": {
"@everymundo/simple-logr": "^2.2.4",
"googleapis": "^39.2.0",
"pg": "^8.0.2",
"serverless-aws-alias": "^1.8.0",
"standard": "^14.3.3"
}
}