aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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 e8da120..447cd75 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ts-types-lang",
- "version": "0.0.1-test.1",
+ "version": "0.0.1-test.2",
"description": "A runtime for typescript types",
"main": "stdlib/index.ts",
"repository": "https://github.com/phenax/ts-types-runtime-environment",
@@ -13,13 +13,13 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
+ "@types/node": "^18.11.18",
+ "@types/uuid": "^9.0.0",
"ts-morph": "^17.0.1",
"typescript": "^4.9.4",
"uuid": "^9.0.0"
},
"devDependencies": {
- "@types/node": "^18.11.18",
- "@types/uuid": "^9.0.0",
"ts-node": "^10.9.1"
}
}