{ "name": "ass", "version": "0.15.0-indev", "description": "The simple self-hosted ShareX server", "main": "dist-backend/app.js", "engines": { "node": ">=20.8.0", "npm": ">=10.1.0" }, "scripts": { "dev": "npm run build && npm start", "build": "rm -dr dist-*/ & npm run build:backend && npm run build:frontend", "build:backend": "tsc -p backend/", "build:frontend": "tsc -p frontend/", "postbuild:frontend": "node common/fix-frontend-js.js", "start": "node dist-backend/app.js", "cli-setpassword": "node dist/tools/script.setpassword.js", "cli-testpassword": "node dist/tools/script.testpassword.js", "cli-adduser": "node dist/tools/script.adduser.js" }, "repository": "github:tycrek/ass", "keywords": [ "sharex", "sharex-server" ], "author": "tycrek (https://tycrek.com/)", "license": "ISC", "bugs": "https://github.com/tycrek/ass/issues", "homepage": "https://github.com/tycrek/ass#readme", "dependencies": { "@aws-sdk/client-s3": "^3.421.0", "@shoelace-style/shoelace": "^2.9.0", "@tinycreek/postcss-font-magician": "^4.1.0", "@tsconfig/node20": "^20.1.2", "@tycrek/discord-hookr": "^0.1.0", "@tycrek/express-postcss": "^0.4.0", "@tycrek/joint": "^1.0.0-1", "@tycrek/log": "^0.7.5", "@tycrek/papito": "^0.3.4", "@xoi/gps-metadata-remover": "^1.1.2", "any-shell-escape": "^0.1.1", "autoprefixer": "^10.4.16", "axios": "^1.5.1", "bcrypt": "^5.1.1", "chalk": "^4.1.2", "crypto-random-string": "3.3.1", "cssnano": "^6.0.1", "express": "^4.18.2", "express-busboy": "^10.1.0", "express-session": "^1.17.3", "ffmpeg-static": "^5.2.0", "fs-extra": "^11.1.1", "luxon": "^3.4.3", "memorystore": "^1.6.7", "mysql2": "^3.6.1", "node-fetch": "^2.6.7", "node-vibrant": "^3.1.6", "pug": "^3.0.2", "sanitize-filename": "^1.6.3", "sharp": "^0.32.6", "shoelace-fontawesome-pug": "^6.4.2", "shoelace-pug-loader": "^2.9.2", "tailwindcss": "^3.3.3", "typescript": "^5.2.2", "uuid": "^8.3.2" }, "devDependencies": { "@types/bcrypt": "^5.0.0", "@types/express": "^4.17.18", "@types/express-busboy": "^8.0.1", "@types/express-session": "^1.17.8", "@types/ffmpeg-static": "^3.0.1", "@types/fs-extra": "^9.0.13", "@types/luxon": "^3.3.2", "@types/node": "^18.16.19", "@types/node-fetch": "^2.6.6", "@types/sharp": "^0.32.0", "@types/tailwindcss": "^3.1.0", "@types/uuid": "^8.3.1" } }