aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a1e6d56
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "typeslang",
+ "version": "0.0.0",
+ "description": "__",
+ "main": "__",
+ "repository": "__",
+ "author": "Akshay Nair <phenax5@gmail.com>",
+ "license": "MIT",
+ "scripts": {
+ "runtime": "ts-node src/runtime.ts",
+ "watch": "nodemon --exec 'clear && yarn runtime' -e .ts"
+ },
+ "dependencies": {
+ "@types/node": "^18.11.18",
+ "ts-morph": "^17.0.1",
+ "ts-node": "^10.9.1",
+ "typescript": "^4.9.4"
+ },
+ "devDependencies": {
+ "nodemon": "^2.0.20"
+ }
+}