diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-07-06 14:11:15 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-06 01:57:32 -0400 |
| commit | c1f430966a798e7f26228e3e3a372b0d3eb4a549 (patch) | |
| tree | 3ba9c34268553dbfd6771cd80abf6bf8b74b3ec2 /package.json | |
| parent | 31eda28a640f1052ef3ccf57704c3f564cf5061f (diff) | |
chore: reorganize symlinks
resolves #332
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 000000000..e93ab1f1b --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "devDependencies": { + "@types/base64-js": "^1.2.5", + "@types/flatbuffers": "^1.9.0", + "@types/source-map-support": "^0.4.1", + "flatbuffers": "^1.9.0", + "parcel-bundler": "^1.8.1", + "tslint": "^5.10.0", + "tslint-eslint-rules": "^5.3.1", + "tslint-no-circular-imports": "^0.5.0", + "typescript": "^2.9.1" + }, + "browserslist": [ + "chrome 69" + ] +} |
