{ "name": "pyrss-ng", "version": "0.0.0", "main": "src/app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "tailwind": "npx tailwindcss -i ./src/client/public/css/main.css -o ./src/client/public/css/tailwind.css", "build": "./build.sh", "dev": "nodemon -r tsconfig-paths/register ./src/app.ts", "start": "node dist/app.js" }, "repository": { "type": "git", "url": "https://gitea.cor.bz/corbz/pyrss-ng.git" }, "author": "", "license": "ISC", "description": "", "dependencies": { "canvas": "^3.1.0", "discord.js": "^14.17.3", "dotenv": "^16.4.7", "ejs": "^3.1.10", "ejs-mate": "^4.0.0", "express": "^4.21.2", "ncp": "^2.0.0", "preline": "^2.7.0", "tsconfig-paths": "^4.2.0" }, "devDependencies": { "@types/ejs": "^3.1.5", "@types/express": "^5.0.0", "@types/node": "^22.10.10", "@zerollup/ts-transform-paths": "^1.7.18", "nodemon": "^3.1.9", "tailwindcss": "^3.4.17", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", "typescript": "^5.7.3" } }