11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "turbolizer", 31cb0ef41Sopenharmony_ci "version": "0.1.0", 41cb0ef41Sopenharmony_ci "description": "Visualization tool for V8 TurboFan IR graphs", 51cb0ef41Sopenharmony_ci "scripts": { 61cb0ef41Sopenharmony_ci "build": "rollup -c", 71cb0ef41Sopenharmony_ci "watch": "rollup -c -w", 81cb0ef41Sopenharmony_ci "deploy": "./deploy.sh", 91cb0ef41Sopenharmony_ci "test": "ts-mocha -p tsconfig.test.json test/**/*-test.ts", 101cb0ef41Sopenharmony_ci "dev-server": "ws", 111cb0ef41Sopenharmony_ci "presubmit": "tslint --project ./tslint.json --fix" 121cb0ef41Sopenharmony_ci }, 131cb0ef41Sopenharmony_ci "author": "The V8 team", 141cb0ef41Sopenharmony_ci "license": "MIT", 151cb0ef41Sopenharmony_ci "dependencies": { 161cb0ef41Sopenharmony_ci "@types/d3": "^5.7.2", 171cb0ef41Sopenharmony_ci "d3": "^5.7.0", 181cb0ef41Sopenharmony_ci "rollup-plugin-node-resolve": "^4.0.0", 191cb0ef41Sopenharmony_ci "rollup-plugin-typescript2": "^0.20.1" 201cb0ef41Sopenharmony_ci }, 211cb0ef41Sopenharmony_ci "repository": { 221cb0ef41Sopenharmony_ci "type": "git", 231cb0ef41Sopenharmony_ci "url": "https://github.com/v8/v8.git" 241cb0ef41Sopenharmony_ci }, 251cb0ef41Sopenharmony_ci "devDependencies": { 261cb0ef41Sopenharmony_ci "chai": "^4.2.0", 271cb0ef41Sopenharmony_ci "local-web-server": "^2.6.0", 281cb0ef41Sopenharmony_ci "mocha": "^5.2.0", 291cb0ef41Sopenharmony_ci "rollup": "^0.68.2", 301cb0ef41Sopenharmony_ci "ts-mocha": "^2.0.0", 311cb0ef41Sopenharmony_ci "tslint": "^5.12.0", 321cb0ef41Sopenharmony_ci "typescript": "^3.2.2" 331cb0ef41Sopenharmony_ci } 341cb0ef41Sopenharmony_ci} 35