Bibata_Cursor/package.json

16 lines
336 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-08-13 07:55:22 -04:00
"version": "1.0.0",
2020-08-13 08:34:03 -04:00
"description": "🚀 Material Based Cursor Theme 🏳️‍🌈",
"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": {
"render:bibata-round": "yarn workspace bibata-round render"
},
2020-08-13 08:34:03 -04:00
"workspaces": [
"packages/*"
]
2020-08-13 07:55:22 -04:00
}