1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/package.json
Yoshiya Hinosawa c1f430966a chore: reorganize symlinks
resolves #332
2018-07-06 01:57:32 -04:00

16 lines
379 B
JSON

{
"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"
]
}