-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 937 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
28
29
30
31
32
{
"name": "@apostrophecms/form-submission-google",
"version": "1.0.2",
"description": "Google spreadsheet submission for the ApostropheCMS form builder.",
"main": "index.js",
"scripts": {
"lint": "npm run eslint",
"eslint": "eslint .",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/form-submission-google.git"
},
"homepage": "https://github.com/apostrophecms/form-submission-google#readme",
"author": "Apostrophe Technologies",
"license": "MIT",
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-apostrophe": "^3.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"dependencies": {
"googleapis": "^88.2.0",
"klona": "^2.0.4",
"lodash.has": "^4.5.2"
}
}