Bibata_Cursor/package.json
2024-02-26 10:32:34 +05:30

12 lines
255 B
JSON

{
"type": "module",
"dependencies": {
"cbmp": "^1.1.1"
},
"scripts": {
"clean": "rm -rf bin bitmaps themes",
"render": "npx cbmp render.json",
"build": "bash build.sh",
"generate": "npx cbmp render.json && bash build.sh"
}
}