@@ -4,7 +4,9 @@
"description": "",
"main": "info.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "run": "open ./index.html",
+ "build": "webpack"
},
"author": "",
"license": "ISC",