Files
share-stuff-yes/package.json
2022-11-20 15:49:55 +01:00

35 lines
904 B
JSON

{
"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"
}
}