{ "name": "bibata-rainbow", "version": "1.0.0", "description": "Semi animated bibata cursors with rainbow colors", "main": "index.js", "scripts": { "dev": "nodemon src/index.ts", "dev:debug": "nodemon --inspect src/index.ts", "build": "npx tsc --build", "render": "yarn build && node dist/index.js" }, "author": "Kaiz Khatri", "license": "GPL-3.0", "private": true, "devDependencies": { "nodemon": "^2.0.4", "ts-node": "^8.10.2", "tslint": "^6.1.3", "typescript": "^3.9.7" }, "dependencies": {} }