diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-13 23:32:01 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-13 23:32:01 -0400 |
| commit | f7c5e19081920f59ce2006d3255a58fb611b6a17 (patch) | |
| tree | 6f77b3f747cdb5138481587d0cd8bcffc941c66f /package.json | |
Init
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 000000000..df9a68f7e --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "deno", + "dependencies": {}, + "devDependencies": { + "parcel-bundler": "^1.8.1", + "typescript": "^2.8.3" + } +} |
