aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
-rw-r--r--package.json7
-rw-r--r--yarn.lock9
3 files changed, 16 insertions, 16 deletions
diff --git a/README.md b/README.md
index 77ffa7d..901e4ee 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,14 @@
-# ts-types-runtime-environment
-A runtime for TS types
+# TS Types lang
+A stupid runtime for TS types!
+
+Take a look at the [./examples][./examples] directory for examples on how to write a program in typescript types
+
+To run it -
+```bash
+npx ts-types-lang ./examples/guess-number.ts
+```
+
+### Why?
+
+I dunno
+
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"
}
}
diff --git a/yarn.lock b/yarn.lock
index bd3518f..d5a4858 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -277,15 +277,6 @@ ts-node@^10.9.1:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"
-ts-types-lang@^0.0.0:
- version "0.0.0"
- resolved "https://registry.yarnpkg.com/ts-types-lang/-/ts-types-lang-0.0.0.tgz#bf7eb3f25f19d321c9352fed06d4320315874baa"
- integrity sha512-w5US2+K5VuO8oFz/cD8XS53MZwEr4PIIpHaGAtCeKCGCe+F5Wg2lFQtHt77LZ4S+EZFzKPpVvKXBy9VSvD7DFA==
- dependencies:
- ts-morph "^17.0.1"
- typescript "^4.9.4"
- uuid "^9.0.0"
-
typescript@^4.9.4:
version "4.9.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"