build: user-config-json-to-bin.ts runnable from other directory (#489)

* new setup

* make run able ts file from other directory

* do not build project
This commit is contained in:
Róbert Kiss
2017-11-04 17:26:34 +01:00
committed by László Monda
parent 8660a9ae50
commit 78e27c3688
3 changed files with 11 additions and 2 deletions

View File

@@ -4,8 +4,15 @@
"description": "Agent USB scripts",
"main": "uhk.js",
"license": "GPL-3.0",
"scripts": {
"build": "npm run chmod",
"tsc": "tsc",
"chmod": "shx chmod u+x ./*.ts",
"watch": "tsc -w"
},
"devDependencies": {
"@types/node": "8.0.28",
"shx": "0.2.2",
"typescript": "2.5.3"
},
"dependencies": {