Update package.json
Browse files- package.json +1 -0
package.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
"description": "",
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
|
|
|
| 7 |
"test": "echo \"Error: no test specified\" && exit 1"
|
| 8 |
},
|
| 9 |
"keywords": [],
|
|
|
|
| 4 |
"description": "",
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
| 7 |
+
"start": "node index.js",
|
| 8 |
"test": "echo \"Error: no test specified\" && exit 1"
|
| 9 |
},
|
| 10 |
"keywords": [],
|