Bibata_Cursor/packages/round/package.json

26 lines
589 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-14 07:24:57 -04:00
"dev": "nodemon src/index.ts",
"dev:debug": "nodemon --inspect src/index.ts",
2020-08-14 07:18:51 -04:00
"build": "npx tsc --build",
"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": {
"@types/rimraf": "^3.0.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"
},
"dependencies": {
"rimraf": "^3.0.2"
2020-08-14 07:18:51 -04:00
}
2020-08-13 07:55:22 -04:00
}