summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2025-08-14 14:12:05 +0200
committerMathias Magnusson <mathias@magnusson.space>2025-08-14 14:12:05 +0200
commit59f99c59d577ac4c640bee676856969ec035bcb6 (patch)
tree02704db160b20505d31e5a494939a2e12c72f44b /package.json
downloaduneven-59f99c59d577ac4c640bee676856969ec035bcb6.tar.gz
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b58ae31
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "uneven",
+ "type": "module",
+ "scripts": {
+ "dev": "tsx watch src/index.ts",
+ "build": "tsc",
+ "start": "node dist/index.js"
+ },
+ "dependencies": {
+ "@hono/node-server": "^1.18.2",
+ "hono": "^4.9.1"
+ },
+ "devDependencies": {
+ "@types/node": "^20.11.17",
+ "tsx": "^4.7.1",
+ "typescript": "^5.8.3"
+ }
+} \ No newline at end of file