apple_cursor/package.json

35 lines
951 B
JSON
Raw Normal View History

2020-07-22 02:41:14 -04:00
{
2020-08-10 03:27:34 -04:00
"name": "apple_cursor",
2020-10-23 03:26:48 -04:00
"version": "1.0.5",
2020-08-10 03:27:34 -04:00
"description": "Enjoy upcoming `macOS Big Sur` Cursor Theme 🥳",
2020-07-22 02:41:14 -04:00
"main": "index.js",
2020-07-22 02:58:05 -04:00
"scripts": {
2020-08-26 02:52:45 -04:00
"clean": "rm -rf bitmaps themes",
2020-08-26 02:47:55 -04:00
"dev": "nodemon src/index.ts",
"watch": "nodemon --inspect src/index.ts",
"py_install": "pip install -r requirements.txt",
2020-07-26 08:10:09 -04:00
"render": "npx ts-node src/index.ts",
2020-08-04 07:36:34 -04:00
"build": "python build.py",
2020-08-26 02:47:55 -04:00
"compile": "yon clean && yon render && yon build"
2020-07-22 02:58:05 -04:00
},
2020-08-05 00:11:22 -04:00
"repository": "git@github.com:ful1e5/apple_cursor.git",
2020-07-22 02:41:14 -04:00
"author": "Kaiz Khatri",
2020-07-29 07:27:49 -04:00
"license": "GPL-3.0",
2020-07-22 02:41:14 -04:00
"private": true,
"devDependencies": {
2020-08-12 01:07:02 -04:00
"@types/puppeteer": "^3.0.1",
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
2020-07-22 22:18:50 -04:00
"tslint": "^6.1.2",
2020-08-12 01:07:02 -04:00
"typescript": "^3.9.7",
"yarn-or-npm": "^3.0.1"
2020-07-22 07:54:59 -04:00
},
"dependencies": {
2020-08-28 11:07:13 -04:00
"@types/pixelmatch": "^5.2.1",
"@types/pngjs": "^3.4.2",
"pixelmatch": "^5.2.1",
"pngjs": "^5.0.0",
2020-07-22 07:54:59 -04:00
"puppeteer": "^5.2.1"
2020-07-22 02:41:14 -04:00
}
}