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

52 lines
1.3 KiB

3 years ago
{
"name": "ass",
"version": "0.3.0",
"description": "The superior self-hosted ShareX server",
3 years ago
"main": "ass.js",
"scripts": {
"start": "node ass.js",
"setup": "node setup.js",
"metrics": "node metrics.js",
"new-token": "node generators/token.js",
3 years ago
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tycrek/ass.git"
3 years ago
},
"keywords": [
"sharex",
"sharex-server"
],
"author": "tycrek",
"license": "ISC",
"bugs": {
"url": "https://github.com/tycrek/ass/issues"
3 years ago
},
"homepage": "https://github.com/tycrek/ass#readme",
3 years ago
"dependencies": {
"any-shell-escape": "^0.1.1",
"aws-sdk": "^2.930.0",
3 years ago
"crypto-random-string": "3.3.1",
"discord.js": "^12.5.3",
"escape-html": "^1.0.3",
3 years ago
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
3 years ago
"express-useragent": "^1.0.15",
"ffmpeg-static": "^4.3.0",
3 years ago
"fs-extra": "^9.1.0",
"jimp": "^0.16.1",
"luxon": "^1.26.0",
"marked": "^2.0.7",
3 years ago
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mustache": "^4.2.0",
"node-fetch": "^2.6.1",
"node-vibrant": "*",
"prompt": "^1.1.0",
"pug": "^3.0.2",
"stream-to-array": "^2.3.0",
3 years ago
"uuid": "^8.3.2"
}
}