mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-06-03 08:38:43 -04:00
17 lines
365 B
JSON
17 lines
365 B
JSON
{
|
|
"name": "bigsur",
|
|
"version": "1.2.2",
|
|
"description": "macOS Big Sur cursors",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "npx tsc --build",
|
|
"render": "yarn build && node dist/index.js"
|
|
},
|
|
"author": "Kaiz Khatri",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.5"
|
|
}
|
|
}
|