Skip to content

Commit 22f3b39

Browse files
committed
added nodemon as DevDependencies
1 parent 2a7bd28 commit 22f3b39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@
77
"mongoose": "^8.4.0",
88
"typescript": "^5.4.5"
99
},
10+
"devDependencies": {
11+
"nodemon": "^3.1.3"
12+
},
1013
"name": "osbot",
1114
"description": "<b>It is a prefix based Discord Bot Created in Node.js</b>",
1215
"version": "2.0.0",
1316
"main": "dist/index.js",
1417
"scripts": {
1518
"test": "echo \"Error: no test specified\" && exit 1",
1619
"start": "node dist/index.js",
17-
"build": "npm i && tsc"
20+
"build": "npm i && tsc",
21+
"dev": "nodemon --exec 'tsc && node dist/index' -e 'ts json'"
1822
},
1923
"repository": {
2024
"type": "git",

0 commit comments

Comments
 (0)