apple_cursor/package.json
2021-01-25 17:21:29 +05:30

33 lines
900 B
JSON

{
"name": "apple_cursor",
"version": "1.0.6",
"description": "🍎 macOS Cursor Theme",
"main": "index.js",
"scripts": {
"clean": "rm -rf bitmaps themes",
"dev": "nodemon src/index.ts",
"watch": "nodemon --inspect src/index.ts",
"py_install": "pip install -r requirements.txt",
"render": "npx ts-node src/index.ts",
"build": "python build.py",
"compile": "yarn clean && yarn render && yarn build"
},
"repository": "git@github.com:ful1e5/apple_cursor.git",
"author": "Kaiz Khatri",
"license": "GPL-3.0",
"private": true,
"devDependencies": {
"@types/puppeteer": "^3.0.1",
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"typescript": "^3.9.7"
},
"dependencies": {
"@types/pixelmatch": "^5.2.1",
"@types/pngjs": "^3.4.2",
"pixelmatch": "^5.2.1",
"pngjs": "^5.0.0",
"puppeteer": "^5.2.1"
}
}