Bibata_Cursor/package.json
2020-08-31 18:20:05 +05:30

19 lines
513 B
JSON

{
"name": "bibata-cursor",
"version": "1.0.0",
"description": "🚀 Material Based Cursor Theme 🏳️‍🌈",
"main": "index.js",
"author": "Kaiz Khatri",
"license": "GPL-3.0",
"private": true,
"scripts": {
"clean": "rm -rf bitmaps",
"render:bibata-modern": "yarn workspace bibata-modern render",
"render": "yarn render:bibata-modern",
"build": "rm -rf themes && python build.py",
"py_install": "pip freeze >> requirements.txt"
},
"workspaces": [
"packages/*"
]
}