{ "name": "share-stuff-yes", "version": "1.0.0", "description": "Sr Izan's ShareX custom uploader thing (gimme a name please)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "tsc-watch --onSuccess \"node dist/index.js\"", "build": "tsc --build" }, "repository": { "type": "git", "url": "git+https://github.com/SrIzan10/share-stuff-yes.git" }, "type": "module", "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/SrIzan10/share-stuff-yes/issues" }, "homepage": "https://github.com/SrIzan10/share-stuff-yes#readme", "dependencies": { "dotenv": "^16.0.3", "express": "^4.18.2", "multer": "^1.4.5-lts.1" }, "devDependencies": { "@types/express": "^4.17.14", "@types/multer": "^1.4.7", "tsc-watch": "^5.0.3", "typescript": "^4.9.3" } }