diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-07 00:59:00 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-07 00:59:00 +0530 |
| commit | 0b78c5c8a138d755be3f68c726426011a81130f4 (patch) | |
| tree | 91677db072f5d87ecd087d0782a09b274f8dcb7d /package.json | |
| parent | 8b052f991279aa2776e45e9ca3a370c7c3418bdd (diff) | |
| download | ts-types-lang-0b78c5c8a138d755be3f68c726426011a81130f4.tar.gz ts-types-lang-0b78c5c8a138d755be3f68c726426011a81130f4.zip | |
chore: minor changes
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" } } |
