mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-23 03:27:08 -04:00
📃 development script with nodemon
This commit is contained in:
parent
129a6c8861
commit
9fe6edc48a
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Rendering cursor to .png",
|
"description": "Rendering cursor to .png",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "nodemon src/render.ts",
|
||||||
|
"dev:debug": "nodemon --inspect src/render.ts"
|
||||||
|
},
|
||||||
"repository": "git@github.com:KaizIqbal/apple_cursor.git",
|
"repository": "git@github.com:KaizIqbal/apple_cursor.git",
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue