diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index da6b7505..2f44ab82 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,13 @@ "version": "0.1.0", "description": "static wiki software cataloguing collaborative creation", "type": "module", - "main": "upd8.js", + "main": "src/upd8.js", "bin": { "hsmusic": "./src/upd8.js" }, "scripts": { - "test": "tape test/**/*.js" + "test": "tape test/**/*.js", + "dev": "eslint src && node src/upd8.js" }, "dependencies": { "command-exists": "^1.2.9", @@ -18,6 +19,7 @@ }, "license": "GPL-3.0", "devDependencies": { + "eslint": "^8.18.0", "tape": "^5.4.1" } } |