-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 905 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@fleetbase/postman",
"version": "0.1.0",
"private": true,
"description": "Official Fleetbase Postman collections and workflow collections.",
"scripts": {
"postman:lint": "./scripts/lint-collections.sh",
"postman:run": "./scripts/run-collection.sh",
"postman:run:fleetbase": "./scripts/run-collection.sh postman/collections/Fleetbase API",
"postman:run:core": "./scripts/run-collection.sh postman/collections/Fleetbase Core API",
"postman:run:storefront": "./scripts/run-collection.sh postman/collections/Fleetbase Storefront API",
"postman:run:ledger": "./scripts/run-collection.sh postman/collections/Fleetbase Ledger API",
"postman:run:integrated-vendor": "./scripts/run-collection.sh postman/collections/Fleetbase Integrated Vendor Flow"
},
"keywords": [
"fleetbase",
"postman",
"api",
"collections"
],
"license": "Apache-2.0"
}