Bibata_Cursor/packages/round/package.json

17 lines
345 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",
"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"
},
"dependencies": {}
2020-08-13 07:55:22 -04:00
}