uzk-discord-members/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2022-12-22 03:07:37 +01:00
{
"name": "discord-members-node",
"version": "1.0.0",
"description": "",
"main": "./src/index.ts",
"scripts": {
2022-12-22 18:15:49 +01:00
"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",
2022-12-22 03:07:37 +01:00
"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",
2022-12-22 18:15:49 +01:00
"ts-node": "^10.9.1",
2022-12-22 03:07:37 +01:00
"typescript": "^4.9.4"
},
"volta": {
"node": "18.12.1"
}
}