]>
BookStack Code Mirror - api-scripts/blob - node-upload-attachment/package.json
projects
/
api-scripts
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Actualiser README.md
[api-scripts]
/
node-upload-attachment
/
package.json
1
{
2
"name": "upload-attachment",
3
"version": "1.0.0",
4
"description": "This script will upload the passed file into a BookStack book via the API.",
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
"form-data": "^4.0.0"
15
}
16
}