Bibata_Cursor/packages/rainbow/package.json

22 lines
533 B
JSON
Raw Normal View History

2020-11-11 23:55:16 -05:00
{
"name": "bibata-rainbow",
"version": "1.0.0",
2020-11-12 00:01:52 -05:00
"description": "'semi-animated' bibata cursors with rainbow colors",
2020-11-11 23:55:16 -05:00
"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",
2020-11-12 22:52:16 -05:00
"typescript": "^4.0.5"
}
2020-11-11 23:55:16 -05:00
}