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

35 lines
850 B

3 years ago
{
"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",
"setup": "node setup.js",
3 years ago
"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": {
3 years ago
"crypto-random-string": "3.3.1",
3 years ago
"express": "^4.17.1",
3 years ago
"express-useragent": "^1.0.15",
3 years ago
"fs-extra": "^9.1.0",
"multer": "^1.4.2",
"prompt": "^1.1.0",
3 years ago
"uuid": "^8.3.2"
}
}