📃 development script with nodemon

This commit is contained in:
KaizIqbal 2020-07-22 12:28:05 +05:30
parent 129a6c8861
commit 9fe6edc48a

View file

@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "Rendering cursor to .png",
"main": "index.js",
"scripts": {
"dev": "nodemon src/render.ts",
"dev:debug": "nodemon --inspect src/render.ts"
},
"repository": "git@github.com:KaizIqbal/apple_cursor.git",
"author": "Kaiz Khatri",
"license": "MIT",