diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json index 0f4a010..4ec42b3 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,7 @@ "repository": "https://github.com/phenax/ts-types-runtime-environment", "author": "Akshay Nair <phenax5@gmail.com>", "license": "MIT", - "bin": { - "tsr": "./dist/index.js" - }, + "bin": "./dist/index.js", "scripts": { "build": "tsc", "postinstall": "yarn build", @@ -22,7 +20,6 @@ "devDependencies": { "@types/node": "^18.11.18", "@types/uuid": "^9.0.0", - "ts-node": "^10.9.1", - "ts-types-lang": "^0.0.0" + "ts-node": "^10.9.1" } } |
