aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-06 23:33:00 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-06 23:35:33 +0530
commitd5d685253568f8c6855dd873ac3623e0af642d54 (patch)
tree3274f8eb52e64e60ab86080f20a55339f4ca5e35 /package.json
parent4d82623f191042c362ddd2ad5e8ded99d5854169 (diff)
downloadts-types-lang-d5d685253568f8c6855dd873ac3623e0af642d54.tar.gz
ts-types-lang-d5d685253568f8c6855dd873ac3623e0af642d54.zip
feat: adds output for custom effects + adds custom effect example for ffi
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0028d3d..1f98a54 100644
--- a/package.json
+++ b/package.json
@@ -11,13 +11,13 @@
"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",
"uuid": "^9.0.0"
},
"devDependencies": {
+ "@types/node": "^18.11.18",
"@types/uuid": "^9.0.0",
"nodemon": "^2.0.20"
}