Files
Pocket-Bird/package.json
2025-10-26 13:17:18 -04:00

17 lines
359 B
JSON

{
"name": "birb",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "Idrees Hassan",
"type": "module",
"scripts": {
"build": "node build.js",
"dev": "nodemon --watch src --watch stylesheet.css --watch build.js --exec \"npm run build\""
},
"devDependencies": {
"nodemon": "^3.1.10",
"rollup": "^4.52.5"
}
}