mirror of
https://github.com/davidmarkclements/0x.git
synced 2026-01-18 14:38:23 +00:00
20 lines
413 B
JSON
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"
|
|
}
|
|
}
|