Bibata_Cursor/bitmapper/package.json

17 lines
465 B
JSON
Raw Normal View History

{
"name": "bibata-cursor",
"version": "1.0.3",
"description": "Material Based Cursors",
"main": "index.js",
"author": "Kaiz Khatri",
"license": "GPL-3.0",
"private": true,
"scripts": {
"clean": "rm -rf bitmaps themes",
"render:bibata-modern": "yarn workspace bibata-modern render",
"render:bibata-original": "yarn workspace bibata-original render",
"render:bibata-rainbow": "yarn workspace bibata-rainbow render"
},
"workspaces": ["packages/*"]
}