]> BookStack Code Mirror - api-scripts/blob - node-generate-postman-collection/package.json
Added bsfs to community project list
[api-scripts] / node-generate-postman-collection / package.json
1 {
2   "name": "bookstack-generate-postman-collection",
3   "version": "1.0.0",
4   "description": "This script will read the BookStack REST API and attempt to build a postman collection from it",
5   "main": "index.js",
6   "scripts": {
7     "test": "echo \"Error: no test specified\" && exit 1"
8   },
9   "keywords": [],
10   "author": "Dan Brown",
11   "license": "MIT",
12   "dependencies": {
13     "axios": "^0.25.0"
14   }
15 }