Bibata_Cursor/package.json
2023-09-12 12:25:48 +05:30

11 lines
213 B
JSON

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