-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1011 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1011 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
{
"dependencies": {
"@stores.com/http-error": "~1.2.0",
"memory-cache": "~0.2.0"
},
"description": "USPS API client for tracking packages using OAuth 2.0 authentication",
"devDependencies": {
"@eslint/js": "*",
"globals": "*"
},
"keywords": [
"logistics",
"tracking",
"usps"
],
"license": "MIT",
"name": "@stores.com/usps",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stores-com/usps.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.2.2"
}