Add files via upload

This commit is contained in:
2021-08-18 00:11:37 -07:00
committed by GitHub
parent fbd5ee6f06
commit ecd6246099
5 changed files with 2410 additions and 0 deletions

23
package.json Normal file
View 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"
}
}