-
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) · 938 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 938 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
39
40
{
"name": "make-freightutils",
"version": "0.2.2",
"description": "Make.com custom app for FreightUtils — free freight tools API (CBM, LDM, chargeable weight, ADR, HS, customs, reference data).",
"private": true,
"type": "module",
"scripts": {
"push": "node scripts/push.mjs"
},
"license": "MIT",
"author": {
"name": "Marius Cristoiu",
"email": "contact@freightutils.com",
"url": "https://www.freightutils.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SoapyRED/make-freightutils.git"
},
"bugs": {
"url": "https://github.com/SoapyRED/make-freightutils/issues"
},
"homepage": "https://www.freightutils.com",
"keywords": [
"make",
"make-com",
"integromat",
"freight",
"logistics",
"shipping",
"dangerous-goods",
"customs"
],
"engines": {
"node": ">=20"
},
"devDependencies": {
"@makehq/cli": "^1.4.0"
}
}