Bibata_Cursor/package.json

24 lines
778 B
JSON
Raw Normal View History

2020-08-13 07:55:22 -04:00
{
2020-08-19 07:45:37 -04:00
"name": "bibata-cursor",
2020-10-06 08:25:10 -04:00
"version": "1.0.1",
"description": "Material Based Cursors 🚀",
2020-08-13 08:34:03 -04:00
"main": "index.js",
2020-08-13 07:55:22 -04:00
"author": "Kaiz Khatri",
"license": "GPL-3.0",
2020-08-13 08:34:03 -04:00
"private": true,
2020-08-22 02:49:06 -04:00
"scripts": {
2020-10-10 08:09:37 -04:00
"clean": "rm -rf bitmaps themes",
2020-08-31 08:50:05 -04:00
"render:bibata-modern": "yarn workspace bibata-modern render",
2020-09-03 03:23:27 -04:00
"render:bibata-original": "yarn workspace bibata-original render",
2020-08-23 23:59:29 -04:00
"build": "rm -rf themes && python build.py",
2020-10-07 06:05:59 -04:00
"build:x11": "rm -rf themes && python build.py --x11",
2020-10-10 08:09:37 -04:00
"build:win": "rm -rf themes && python build.py --win",
2020-10-10 08:52:59 -04:00
"py_builder_install": "python setup.py install",
2020-10-10 08:09:37 -04:00
"py_install": "pip install -r requirements.txt && yarn py_builder_install",
2020-10-06 08:25:10 -04:00
"py_freeze": "pip freeze >> requirements.txt"
2020-08-22 02:49:06 -04:00
},
2020-08-13 08:34:03 -04:00
"workspaces": [
"packages/*"
]
2020-08-13 07:55:22 -04:00
}