b9d526df48
And also support Multi-Resolution Windows Cursors packages.
12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|