Bibata_Cursor/bitmapper/packages/rainbow/package.json
ful1e5 c92343ece3 🧹 Bitmapper organized
All bitmaps renderer are moved to `<root>/bitmapper` directory. That's
help us for `Makefile`.
2021-02-18 19:15:38 +05:30

17 lines
379 B
JSON

{
"name": "bibata-rainbow",
"version": "1.0.0",
"description": "'semi-animated' bibata cursors with rainbow colors",
"main": "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": "^8.10.2",
"typescript": "^4.0.5"
}
}