diff --git a/package.json b/package.json index 714913d..6140229 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "translate": "./dist/cli.js" }, "scripts": { + "dev": "ts-node bin/cli.ts", "docs": "jsdoc -c jsdoc.config.json", "lint": "xo src/**/*.ts --fix", "pretest": "npm run lint",