feat(dev): Interactive shell for quick testing/exploration

This commit is contained in:
Pedro Lopez
2020-08-17 23:43:50 -04:00
parent 7180beda2e
commit 382259488b
2 changed files with 40 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
"typings": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"shell": "node --experimental-repl-await ./shell.js",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"repository": {