-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 866 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
{
"name": "@stanzaapi/container-validator",
"version": "1.0.0",
"description": "Official zero-dependency, high-speed JavaScript/TypeScript client for ISO 6346 Container & Chassis Check-Digit Validator",
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.cjs"
}
},
"keywords": [
"iso-6346",
"container",
"shipping",
"check-digit",
"chassis",
"intermodal",
"freight",
"logistics",
"bic-code"
],
"author": "Stanza",
"license": "MIT",
"homepage": "https://stanzaapi.com/tools/container-validator",
"repository": {
"type": "git",
"url": "git+https://github.com/StanzaAPI/container-validator-typescript.git"
}
}