{ "name": "discord-members-node", "version": "1.0.0", "description": "", "main": "./src/index.ts", "scripts": { "dev": "ts-node ./src/index.ts", "start": "ts-node --transpile-only ./src/index.ts", "tw": "npx tailwindcss -i ./src/index.css -o ./static/index.css --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "cookie-parser": "^1.4.6", "discord.js": "^14.7.1", "dotenv": "^16.0.3", "ejs": "^3.1.8", "express": "^4.18.2", "express-ejs-layouts": "^2.5.1", "fp-ts": "^2.13.1", "io-ts": "^2.2.20" }, "devDependencies": { "@types/cookie-parser": "^1.4.3", "@types/ejs": "^3.1.1", "@types/express": "^4.17.15", "@types/express-ejs-layouts": "^2.5.0", "@types/node": "^18.11.17", "@typescript-eslint/eslint-plugin": "^5.47.0", "@typescript-eslint/parser": "^5.47.0", "eslint": "^8.30.0", "tailwindcss": "^3.2.4", "ts-node": "^10.9.1", "typescript": "^4.9.4" }, "volta": { "node": "18.12.1" } }