diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 163631d..11d6c63 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,13 @@ }, "dependencies": { "minimist": "^1.2.8", + "nodemon": "^3.1.0", "peggy": "^4.0.0", "prettier": "^3.2.5", "prettier-plugin-pegjs": "^2.0.2", "ts-pegjs": "^4.2.1" + }, + "scripts": { + "watch-test": "nodemon -e ts,cps --exec 'bun test'" } -}
\ No newline at end of file +} |