Bibata_Cursor/package.json

13 lines
255 B
JSON
Raw Normal View History

{
2023-09-12 02:55:48 -04:00
"type": "module",
"dependencies": {
"cbmp": "^1.1.0"
},
"scripts": {
"clean": "rm -rf bin bitmaps themes",
"render": "npx cbmp render.json",
"build": "bash build.sh",
"generate": "npx cbmp render.json && bash build.sh"
}
}