summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-07-11 22:55:11 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-07-11 22:55:11 +0300
commit8d58567f810bd0fb86a856fadd31211602f3d76c (patch)
treee836fca0c00bfc1959d7668ff44317f0fd2f6b16 /package.json
parentafdf984bad87ded9a78a4e3c98c6720e193c204e (diff)
Add mustache templating
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3634b98..482dc50 100644
--- a/package.json
+++ b/package.json
@@ -4,13 +4,16 @@
"description": "",
"main": "index.js",
"scripts": {
- "build": "cp -r src dist",
+ "build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
- "serve": "^13.0.4"
+ "serve": "^13.0.4",
+ "mustache": "^4.2.0"
+ },
+ "dependencies": {
}
}