Bibata_Cursor/packages/round/package.json

27 lines
640 B
JSON
Raw Normal View History

2020-08-13 07:55:22 -04:00
{
2020-08-13 09:05:28 -04:00
"name": "round",
2020-08-13 07:55:22 -04:00
"version": "1.0.0",
"description": "Rounded Corner Bibata 🏳️‍🌈",
"main": "index.js",
2020-08-14 07:18:51 -04:00
"scripts": {
2020-08-19 02:53:02 -04:00
"clean": "rm -rf schemes bitmaps",
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": {
2020-08-19 06:54:16 -04:00
"@types/chalk": "^2.2.0",
2020-08-13 09:05:28 -04:00
"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
},
"dependencies": {
"chalk": "^4.1.0"
2020-08-14 07:18:51 -04:00
}
2020-08-13 07:55:22 -04:00
}