notwaita-cursor-fork/package.json

13 lines
269 B
JSON
Raw Normal View History

{
"license": "LGPL-3.0-or-later",
"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"
}
}