0x/examples/cpu-profiler/package.json
2019-04-23 17:31:10 +02:00

20 lines
413 B
JSON

{
"name": "0x-visualize-v8-profile-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./test.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"0x": "file:../../",
"autocannon": "^3.1.0",
"koa": "^2.6.1",
"koa-router": "^7.4.0",
"v8-profiler-next": "^1.0.0"
}
}