We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11628f5 commit e19911bCopy full SHA for e19911b
3 files changed
package.json
@@ -3,7 +3,8 @@
3
"version": "1.0.0",
4
"description": "HTTP+JSON .ulx interactive fiction server with session support",
5
"scripts": {
6
- "start": "node server.mjs"
+ "start": "node server.mjs",
7
+ "prepare": "husky"
8
},
9
"repository": "git@github.com:statico/glulxe-httpd.git",
10
"author": "Ian Langworth <ian@langworth.com>",
@@ -16,5 +17,14 @@
16
17
"express": "5.2.1",
18
"papaparse": "5.5.3",
19
"touch": "3.1.1"
- }
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"
30
}
0 commit comments