forked from shipday/shipday-node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 841 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 841 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
31
32
33
34
35
36
37
38
{
"name": "shipday",
"version": "1.1.0",
"description": "Shipday API wrapper",
"main": "integration/index.js",
"scripts": {
"test": "mocha --recursive || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shipday/shipday-node-sdk.git"
},
"keywords": [
"shipday",
"DoorDash",
"Uber",
"Delivery API",
"Delivery App",
"Dispatch API",
"Delivery Management",
"Dispatch Management",
"Delivery Service Integration",
"Local Delivery API"
],
"author": "kawnayeen",
"license": "MIT",
"bugs": {
"url": "https://github.com/shipday/shipday-node-sdk/issues"
},
"homepage": "https://github.com/shipday/shipday-node-sdk#readme",
"dependencies": {
"axios": "^0.27.2"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0"
}
}