Bibata_Cursor/packages/modern/package.json

24 lines
593 B
JSON
Raw Normal View History

2020-08-13 07:55:22 -04:00
{
"name": "bibata-modern",
2020-08-13 07:55:22 -04:00
"version": "1.0.0",
"description": "Rounded Corner Bibata Cursors 🏳️‍🌈",
2020-08-13 07:55:22 -04:00
"main": "index.js",
2020-08-14 07:18:51 -04:00
"scripts": {
2020-08-26 02:11:55 -04:00
"clean": "rm -rf schemes",
2020-08-14 07:24:57 -04:00
"dev": "nodemon src/index.ts",
"dev:debug": "nodemon --inspect src/index.ts",
2020-08-16 09:14:15 -04:00
"build": "yarn clean && npx tsc --build",
2020-08-14 07:18:51 -04:00
"render": "yarn build && node dist/index.js"
},
2020-08-13 07:55:22 -04:00
"author": "Kaiz Khatri",
"license": "GPL-3.0",
2020-08-13 09:05:28 -04:00
"private": true,
"devDependencies": {
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
2020-08-19 06:54:16 -04:00
},
2020-08-31 03:13:44 -04:00
"dependencies": {}
2020-08-13 07:55:22 -04:00
}