More weird stuff
This commit is contained in:
@@ -5,9 +5,10 @@
|
|||||||
"main": "out/index.js",
|
"main": "out/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tsc && node out",
|
"test": "tsc && node out",
|
||||||
|
"build-ts":"tsc",
|
||||||
"start":"node out",
|
"start":"node out",
|
||||||
"dev": "tsc && node --inspect-brk out",
|
"dev": "tsc && node --inspect-brk out",
|
||||||
"postinstall": "tsc"
|
"postinstall": "npm run tsc"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user