summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-10-12 08:23:13 +1100
committerRyan Dahl <ry@tinyclouds.org>2018-10-11 20:29:43 -0400
commitec402c6932128d215f78c77661d84472a89b72b1 (patch)
tree899cfd7895c900300ad6c9199f277377c5d093fb /package.json
parentfda7aaa10e173bfa8ef864a74a274af69fc01cca (diff)
Replace globals.d.ts with lib.deno_runtime.d.ts
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index fd2b56c4e..c25c94ee3 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"devDependencies": {
"@types/base64-js": "^1.2.5",
"@types/flatbuffers": "^1.9.0",
+ "@types/prettier": "^1.13.2",
"@types/source-map-support": "^0.4.1",
"@types/text-encoding": "0.0.33",
"base64-js": "^1.3.0",
@@ -20,6 +21,8 @@
"rollup-pluginutils": "^2.3.0",
"source-map-support": "^0.5.6",
"text-encoding": "0.6.4",
+ "ts-node": "^7.0.1",
+ "ts-simple-ast": "^16.0.4",
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.3.1",
"tslint-no-circular-imports": "^0.5.0",