FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
api-scripts/node-upload-attachment/package.json at main · BookStackApp/api-scripts · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 27, 2024. It is now read-only.
BookStackApp
/
api-scripts
Public archive
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
22
Star
100
Code
Issues
1
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
api-scripts
/
node-upload-attachment
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (16 loc) · 389 Bytes
Breadcrumbs
api-scripts
/
node-upload-attachment
/
package.json
Copy path
File metadata and controls
16 lines (16 loc) · 389 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"
upload-attachment
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
This script will upload the passed file into a BookStack book via the API.
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
},
"keywords"
: [],
"author"
:
"
Dan Brown
"
,
"license"
:
"
MIT
"
,
"dependencies"
: {
"axios"
:
"
^0.25.0
"
,
"form-data"
:
"
^4.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL