-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 695 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 695 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
29
30
{
"name": "ghost-zapier",
"version": "2.6.3",
"description": "Ghost integration for the Zapier platform.",
"repository": "TryGhost/Zapier",
"homepage": "https://ghost.org/",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .js --cache",
"test": "mocha --recursive"
},
"engines": {
"node": ">=14.x",
"npm": ">=5.6.0"
},
"dependencies": {
"@tryghost/admin-api": "1.13.0",
"semver": "7.3.7",
"zapier-platform-core": "12.0.3"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-plugin-ghost": "2.14.0",
"mocha": "10.0.0",
"nock": "13.2.4",
"should": "13.2.3"
}
}