]>
BookStack Code Mirror - api-scripts/blob - node-generate-postman-collection/package.json
projects
/
api-scripts
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request 'Add bookstack-sdk-php to community project' (#23) from guiziweb...
[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
}