This commit is contained in:
2020-06-14 18:53:57 +05:30
parent a71acc59cf
commit 94267102ff

View File

@@ -5,7 +5,8 @@
"main": "out/index.js", "main": "out/index.js",
"scripts": { "scripts": {
"start": "tsc && node out", "start": "tsc && node out",
"test": "tsc && node --inspect-brk out" "test": "tsc && node --inspect-brk out",
"postinstall": "tsc"
}, },
"repository": { "repository": {
"type": "git", "type": "git",