v8/tools/turbolizer/package.json
Sigurd Schneider 963a97a2b1 [turbolizer] Add source formatter
Bug: v8:7327
Change-Id: Id354b039977a82af8b2c6bba416cf5a1f804ca71
Reviewed-on: https://chromium-review.googlesource.com/1095257
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Reviewed-by: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53637}
2018-06-11 12:59:41 +00:00

27 lines
555 B
JSON

{
"name": "turbolizer",
"version": "0.1.0",
"description": "Visualization tool for V8 TurboFan IR graphs",
"main": "index.html",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"deploy": "./deploy.sh",
"format": "tsfmt -r"
},
"author": "The V8 team",
"license": "MIT",
"dependencies": {
"@types/d3": "^5.0.0",
"d3": "^5.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/v8/v8.git"
},
"devDependencies": {
"typescript": "^2.9.1",
"typescript-formatter": "^7.2.2"
}
}