{ "name": "anssxustawai", "version": "1.0.0", "description": "A Not Shitty ShareX Upload Server That Actually Works As Intended", "main": "ass.js", "scripts": { "start": "node ass.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/tycrek/anssxustawai.git" }, "keywords": [ "sharex", "sharex-server" ], "author": "tycrek", "license": "ISC", "bugs": { "url": "https://github.com/tycrek/anssxustawai/issues" }, "homepage": "https://github.com/tycrek/anssxustawai#readme", "dependencies": { "dotenv": "^8.2.0", "express": "^4.17.1", "fs-extra": "^9.1.0", "multer": "^1.4.2", "uuid": "^8.3.2" } }