diff --git a/package.json b/package.json index 907d91f..e8d852c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "typings": "dist/index.d.ts", "scripts": { "test": "tstest test/", - "build": "tsbuild" + "build": "tsbuild", + "start": "node cli.ts.js" }, "bin": { "gtools": "cli.js"