Bibata_Cursor/package.json
Abdulkaiz Khatri 4f55f6c249 fix: Resolve Missing Windows Cursors
Added the missing `Person.cur` and `Pin.cur` cursors. Also, generated
the `Zoom-in` and `Zoom-out` cursors from the XCursor's source.

Some parts of `build.toml` were not parsed correctly and required the
698043bf3f17fd6edef39300e50a9533914d289a patch in `clickgen`.

Recommend using `clickgen` v2.1.8 or higher.

Fixes #133, #124
2023-09-14 09:25:00 +05:30

12 lines
255 B
JSON

{
"type": "module",
"dependencies": {
"cbmp": "^1.0.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"
}
}