This repository was archived by the owner on Feb 22, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.52 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.52 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "opencollective-zapier",
"version": "1.1.0",
"description": "Open Collective Zapier integration.",
"repository": "opencollective/opencollective-zapier",
"homepage": "https://opencollective.com/",
"license": "MIT",
"main": "index.js",
"scripts": {
"deploy:production": "./scripts/deploy.sh production",
"deploy:staging": "./scripts/deploy.sh staging",
"publish": "npm run zapier promote",
"lint:quiet": "eslint \"src/**/*.js\" \"test/**/*.js\" --quiet",
"pretest": "npm run test:code-style",
"prettier:check": "prettier \"*.@(js|json|md)\" \"src/**/*.@(js|json|md)\" \"test/**/*.@(js|json|md)\" --list-different",
"test": "jest",
"test:code-style": "npm run lint:quiet && npm run prettier:check",
"test:watch": "jest --watch",
"zapier": "./node_modules/zapier-platform-cli/zapier.js",
"zapier:test": "npm run zapier test",
"zapier:validate": "npm run zapier validate"
},
"engines": {
"node": "8.10.0",
"npm": ">=5.6.0"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"graphql": "14.5.8",
"graphql-tag": "2.10.1",
"zapier-platform-core": "9.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^5.14.1",
"eslint-config-opencollective": "^2.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-react": "^7.18.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"zapier-platform-cli": "^8.1.0"
}
}