mirror of https://github.com/tycrek/ass
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.
91 lines
2.8 KiB
91 lines
2.8 KiB
{
|
|
"name": "ass",
|
|
"version": "0.9.1",
|
|
"description": "The superior self-hosted ShareX server",
|
|
"main": "ass.js",
|
|
"engines": {
|
|
"node": ">=16.14.x",
|
|
"npm": ">=8.3.x"
|
|
},
|
|
"scripts": {
|
|
"dev": "npm run build && npm start",
|
|
"build": "tsc",
|
|
"start": "node dist/ass.js",
|
|
"setup": "node dist/setup.js",
|
|
"metrics": "node dist/metrics.js",
|
|
"new-token": "node dist/generators/token.js",
|
|
"engine-check": "node dist/checkEngine.js",
|
|
"prestart": "npm run engine-check",
|
|
"presetup": "npm run engine-check",
|
|
"docker-logs": "docker-compose logs -f --tail=50 --no-log-prefix ass",
|
|
"docker-update": "git pull && npm run docker-uplite",
|
|
"docker-uplite": "docker-compose up --force-recreate --build -d && docker image prune -f",
|
|
"docker-upfull": "npm run docker-update && npm run docker-resetup",
|
|
"docker-resetup": "docker-compose exec ass npm run setup && docker-compose restart"
|
|
},
|
|
"repository": "github:tycrek/ass",
|
|
"keywords": [
|
|
"sharex",
|
|
"sharex-server"
|
|
],
|
|
"author": "tycrek <t@tycrek.com> (https://tycrek.com/)",
|
|
"license": "ISC",
|
|
"bugs": "https://github.com/tycrek/ass/issues",
|
|
"homepage": "https://github.com/tycrek/ass#readme",
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://patreon.com/tycrek"
|
|
},
|
|
"dependencies": {
|
|
"@skynetlabs/skynet-nodejs": "^2.3.0",
|
|
"@tsconfig/node16": "^1.0.1",
|
|
"@tycrek/express-nofavicon": "^1.0.3",
|
|
"@tycrek/express-postcss": "^0.1.0",
|
|
"@tycrek/isprod": "^2.0.2",
|
|
"@tycrek/log": "^0.5.9",
|
|
"@tycrek/papito": "^0.3.4",
|
|
"any-shell-escape": "^0.1.1",
|
|
"autoprefixer": "^10.3.7",
|
|
"aws-sdk": "^2.1008.0",
|
|
"check-node-version": "^4.1.0",
|
|
"crypto-random-string": "3.3.1",
|
|
"cssnano": "^5.0.8",
|
|
"discord-webhook-node": "^1.1.8",
|
|
"escape-html": "^1.0.3",
|
|
"express": "^4.17.1",
|
|
"express-busboy": "^8.0.0",
|
|
"express-rate-limit": "^5.5.0",
|
|
"ffmpeg-static": "^4.4.0",
|
|
"fs-extra": "^10.0.0",
|
|
"helmet": "^4.6.0",
|
|
"jimp": "^0.16.1",
|
|
"luxon": "^2.0.2",
|
|
"node-fetch": "^2.6.7",
|
|
"node-vibrant": "^3.1.6",
|
|
"postcss-font-magician": "^3.0.0",
|
|
"prompt": "^1.2.0",
|
|
"pug": "^3.0.2",
|
|
"sanitize-filename": "^1.6.3",
|
|
"stream-to-array": "^2.3.0",
|
|
"submodule": "^1.2.1",
|
|
"tailwindcss": "^3.0.23",
|
|
"typescript": "^4.4.4",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/escape-html": "^1.0.1",
|
|
"@types/express": "^4.17.13",
|
|
"@types/express-busboy": "^8.0.0",
|
|
"@types/ffmpeg-static": "^3.0.0",
|
|
"@types/fs-extra": "^9.0.12",
|
|
"@types/luxon": "^2.0.3",
|
|
"@types/marked": "^3.0.0",
|
|
"@types/node": "^16.9.0",
|
|
"@types/node-fetch": "^2.5.12",
|
|
"@types/stream-to-array": "^2.3.0",
|
|
"@types/tailwindcss": "^3.0.9",
|
|
"@types/uuid": "^8.3.1",
|
|
"@types/ws": "^7.4.7"
|
|
}
|
|
}
|