pyrss-ng/package.json

30 lines
727 B
JSON

{
"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",
"dev": "npm run tailwind && nodemon src/app.js",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "https://gitea.cor.bz/corbz/pyrss-ng.git"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"express": "^4.21.2",
"preline": "^2.7.0"
},
"devDependencies": {
"nodemon": "^3.1.9",
"tailwindcss": "^3.4.17"
}
}