mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-05 17:14:34 -04:00
ℹ️ Package information
This commit is contained in:
parent
11e46f9057
commit
3325ded5ab
1 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "bibata-original",
|
"name": "bibata-original",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Original Bibata 🚀",
|
"description": "Sharp Corner Bibata Cursors 🏳️🌈",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"clean": "rm -rf schemes",
|
||||||
"dev": "nodemon src/index.ts",
|
"dev": "nodemon src/index.ts",
|
||||||
"dev:debug": "nodemon --inspect src/index.ts",
|
"dev:debug": "nodemon --inspect src/index.ts",
|
||||||
"build": "npx tsc --build",
|
"build": "yarn clean && npx tsc --build",
|
||||||
"render": "yarn build && node dist/index.js"
|
"render": "yarn build && node dist/index.js"
|
||||||
},
|
},
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
|
@ -17,5 +18,6 @@
|
||||||
"ts-node": "^8.10.2",
|
"ts-node": "^8.10.2",
|
||||||
"tslint": "^6.1.3",
|
"tslint": "^6.1.3",
|
||||||
"typescript": "^3.9.7"
|
"typescript": "^3.9.7"
|
||||||
}
|
},
|
||||||
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue