Add files via upload
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "sharexapi",
|
||||
"version": "4.5.3",
|
||||
"description": "ShareX API made in Nodejs. Includes images, videos, code, text, and url shortening",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.18.3",
|
||||
"ejs": "^3.1.2",
|
||||
"eris": "^0.14.0",
|
||||
"express": "^4.16.4",
|
||||
"formidable": "^1.2.1",
|
||||
"fs-extra": "^9.0.0",
|
||||
"helmet": "^4.0.0",
|
||||
"lowdb": "^1.0.0",
|
||||
"path": "^0.12.7",
|
||||
"remarkable": "^2.0.0",
|
||||
"exif2": "^0.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.2.0",
|
||||
"eslint-config-airbnb-base": "^14.1.0",
|
||||
"eslint-plugin-import": "^2.17.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user