]> BookStack Code Mirror - api-scripts/blob - node-upload-attachment/package.json
Added bsfs to community project list
[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 }