Bibata_Cursor/packages/original/package.json

23 lines
547 B
JSON
Raw Normal View History

2020-08-13 07:55:22 -04:00
{
2020-08-19 07:45:37 -04:00
"name": "bibata-original",
2020-11-07 07:31:12 -05:00
"version": "1.0.3",
2020-10-06 08:25:10 -04:00
"description": "Sharp edges bibata cursors 🏳️‍🌈",
2020-08-13 07:55:22 -04:00
"main": "index.js",
2020-08-14 07:18:19 -04:00
"scripts": {
2020-08-14 07:24:57 -04:00
"dev": "nodemon src/index.ts",
"dev:debug": "nodemon --inspect src/index.ts",
2020-09-29 01:11:53 -04:00
"build": "npx tsc --build",
2020-08-14 07:18:19 -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": {
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
2020-09-02 07:19:40 -04:00
},
"dependencies": {}
2020-08-13 07:55:22 -04:00
}