package.json: start script

This commit is contained in:
He4eT 2019-09-24 02:48:31 +05:00
commit f08b607d6e

View file

@ -4,6 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js",
"test": "ava" "test": "ava"
}, },
"author": "", "author": "",