-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.27 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
{
"dependencies": {
"@stores.com/http-error": "~1.2.0",
"memory-cache": "~0.2.0"
},
"description": "FedEx REST API client for address validation, ground end of day close, OAuth tokens, rate quotes, shipment cancellation, shipment creation, and tracking.",
"devDependencies": {
"@eslint/js": "*",
"async": "~3.2.0",
"globals": "*"
},
"keywords": [
"address-validation",
"cancel",
"create",
"fedex",
"ground-end-of-day-close",
"logistics",
"rates",
"ship",
"shipping",
"track",
"tracking"
],
"license": "MIT",
"name": "@stores.com/fedex",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stores-com/fedex.git"
},
"scripts": {
"coveralls": "node --test --test-force-exit --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.info && coveralls < lcov.info",
"test": "node --test --test-force-exit --test-reporter=spec",
"test:only": "node --test --test-force-exit --test-only --test-reporter=spec"
},
"version": "0.5.1"
}