-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 997 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
33
34
35
36
37
38
{
"name": "netlicensing",
"version": "0.9.5",
"description": "NetLicensing / Zapier integration",
"repository": "github:Labs64/NetLicensing-Zapier",
"homepage": "https://netlicensing.io",
"author": "Labs64 NetLicensing <netlicensing@labs64.com>",
"contributors": [
"Yushkevich Andrei <andrew.yushkevich@labs64.de>"
],
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"lint": "eslint index.js"
},
"engines": {
"node": ">=12.18.0",
"npm": ">=6.14.4"
},
"dependencies": {
"netlicensing-client": "^1.2.30",
"zapier-platform-core": "12.0.3"
},
"devDependencies": {
"axios": "^0.27.2",
"axios-mock-adapter": "^1.21.2",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mocha": "^10.1.0",
"guidechimp": "^4.2.4",
"lodash": "^4.17.21",
"mocha": "^10.0.0",
"nock": "^13.2.9",
"should": "^13.2.3"
}
}