summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-10-31 19:47:41 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-10-31 19:47:41 +0000
commite91c7983cb07f1ae490c94ddef6c9fe6b7c6df90 (patch)
tree417801c4f1b2f5d0b6016b06c460f14c8eb8c6b8 /package.json
parentdf192c6bfe28fd00132c23d89e4f03d64d78a6e7 (diff)
downloadthrow_simulation-e91c7983cb07f1ae490c94ddef6c9fe6b7c6df90.tar
throw_simulation-e91c7983cb07f1ae490c94ddef6c9fe6b7c6df90.tar.gz
throw_simulation-e91c7983cb07f1ae490c94ddef6c9fe6b7c6df90.zip
Improve build process
- add a "clean" target - install dependencies as part of the build process - swap out make for the simpler just (https://github.com/casey/just) - add http-server as a dev dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index c9caf6a..327ff6e 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"@dimforge/rapier2d-compat": "^0.14.0"
},
"devDependencies": {
+ "http-server": "^14.1.1",
"prettier": "3.3.3"
}
}