aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index c1652d1..f2b5afd 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,13 @@
"repository": "__",
"author": "Akshay Nair <phenax5@gmail.com>",
"license": "MIT",
+ "scripts": {
+ "build": "tsc",
+ "serve": "serve -p 3000 .",
+ "watch": "tsc --watch"
+ },
"devDependencies": {
+ "serve": "^14.2.0",
"typescript": "^5.1.6"
}
}