Files
Pocket-Bird/package.json
2025-11-03 22:05:25 -05:00

18 lines
467 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 package.json --watch stylesheet.css --watch build.js --watch obsidian-manifest.json --watch browser-manifest.json --exec \"npm run build\""
},
"devDependencies": {
"archiver": "^7.0.1",
"nodemon": "^3.1.10",
"rollup": "^4.52.5"
}
}