mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"name": "birb",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "Idrees Hassan",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"dev": "nodemon --watch birb.js --watch stylesheet.css --watch build.js --exec \"npm run build\""
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|