Bibata_Cursor/packages/round/package.json

20 lines
424 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": {
"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": {
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
2020-08-14 07:18:51 -04:00
}
2020-08-13 07:55:22 -04:00
}