Skip to content

Commit e19911b

Browse files
committed
Update deps
1 parent 11628f5 commit e19911b

3 files changed

Lines changed: 697 additions & 138 deletions

File tree

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "1.0.0",
44
"description": "HTTP+JSON .ulx interactive fiction server with session support",
55
"scripts": {
6-
"start": "node server.mjs"
6+
"start": "node server.mjs",
7+
"prepare": "husky"
78
},
89
"repository": "git@github.com:statico/glulxe-httpd.git",
910
"author": "Ian Langworth <ian@langworth.com>",
@@ -16,5 +17,14 @@
1617
"express": "5.2.1",
1718
"papaparse": "5.5.3",
1819
"touch": "3.1.1"
19-
}
20+
},
21+
"devDependencies": {
22+
"husky": "^9.1.7",
23+
"lint-staged": "^16.4.0",
24+
"prettier": "3.8.1"
25+
},
26+
"lint-staged": {
27+
"**/*": "prettier --write --ignore-unknown"
28+
},
29+
"packageManager": "pnpm@10.33.0"
2030
}

0 commit comments

Comments
 (0)