You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ass/package.json

32 lines
747 B

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