summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-10 14:18:02 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-10 14:18:02 +0530
commitb6213f660b6a706f48289b492f305bc2f4620f80 (patch)
tree4fde7988ca4b3640abfa01a8b473a2e768572514 /package.json
parent5a659a47c6e4823c2e29dd03eb8988270157de43 (diff)
downloadcss-everything-b6213f660b6a706f48289b492f305bc2f4620f80.tar.gz
css-everything-b6213f660b6a706f48289b492f305bc2f4620f80.zip
feat: style injection
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"
}
}