aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index ec3c9b6..d5ea486 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,12 @@
"author": "lonkaars <loek@pipeframe.xyz>",
"license": "MIT",
"private": false,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "schema": "npx ts-json-schema-generator --path timeline.ts --type timeline > timeline.schema.json"
+ },
"dependencies": {
"@hookstate/core": "^3.0.8",
"@material-ui/core": "^4.11.4",