-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
41 lines (41 loc) · 1.02 KB
/
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
39
40
41
{
"name": "cronofy",
"version": "3.8.2",
"description": "SDK for Cronofy - the Scheduling Platform for Business",
"main": "./src/index.js",
"scripts": {
"prepublish": "npm test",
"test": "semistandard && mocha",
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cronofy/cronofy-node.git"
},
"keywords": [
"cronofy",
"api"
],
"author": "Brett Warner <brett@warbrett.com> (www.warbrett.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronofy/cronofy-node/issues"
},
"homepage": "https://github.com/cronofy/cronofy-node#readme",
"dependencies": {
"axios": "^1.6.8",
"qs": "^6.10.3"
},
"semistandard": {
"env": [
"mocha"
]
},
"devDependencies": {
"chai": "^4.3.0",
"lodash": "^4.17.0",
"mocha": "^9.0.0",
"nock": "^13.0.0",
"semistandard": "^11.0.0"
}
}