Bibata_Cursor/packages/round/package.json
2020-08-19 17:15:37 +05:30

26 lines
647 B
JSON

{
"name": "bibata-round",
"version": "1.0.0",
"description": "Rounded Corner Bibata 🏳️‍🌈",
"main": "index.js",
"scripts": {
"clean": "rm -rf schemes bitmaps",
"dev": "nodemon src/index.ts",
"dev:debug": "nodemon --inspect src/index.ts",
"build": "yarn clean && npx tsc --build",
"render": "yarn build && node dist/index.js"
},
"author": "Kaiz Khatri",
"license": "GPL-3.0",
"private": true,
"devDependencies": {
"@types/chalk": "^2.2.0",
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
},
"dependencies": {
"chalk": "^4.1.0"
}
}