mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-06-03 08:38:43 -04:00
16 lines
358 B
JSON
16 lines
358 B
JSON
{
|
|
"name": "apple-cursor",
|
|
"version": "1.2.3",
|
|
"description": "OpenSource macOS cursors.",
|
|
"main": "index.js",
|
|
"author": "Kaiz Khatri",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"render:bigsur": "yarn workspace bigsur render",
|
|
"render:monterey": "yarn workspace monterey render"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
]
|
|
}
|