aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-15 00:13:04 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-15 00:13:04 +0530
commitd5c3af89ab8076bcf4107859c1ba6b47a7815142 (patch)
tree1da469a7007fe2cfced0647ae62c1cd003a3fa0d /package.json
parente75a5a15912b8f297fe9c9747f574486d6c4e334 (diff)
downloadts-types-lang-d5c3af89ab8076bcf4107859c1ba6b47a7815142.tar.gz
ts-types-lang-d5c3af89ab8076bcf4107859c1ba6b47a7815142.zip
chore: some more documentation
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 0f21658..0ecb511 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
"name": "ts-types-lang",
"version": "0.0.2",
- "description": "A runtime for typescript types",
- "main": "stdlib/index.ts",
- "repository": "https://github.com/phenax/ts-types-runtime-environment",
+ "description": "A runtime for typescript's type system that turns it into a general purpose, purely functional programming language with effects!",
+ "main": "stdlib/effects.ts",
+ "repository": "https://github.com/phenax/ts-types-runtime",
"author": "Akshay Nair <phenax5@gmail.com>",
"license": "MIT",
"bin": {