mirror of https://github.com/status-im/metro.git
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"name": "buck-worker-tool",
|
|
"version": "0.36.0",
|
|
"description": "Implementation of the Buck worker protocol for Node.js.",
|
|
"license": "MIT",
|
|
"main": "worker-tool.js",
|
|
"dependencies": {
|
|
"JSONStream": "^1.3.1",
|
|
"async": "^2.4.0",
|
|
"duplexer": "^0.1.1",
|
|
"fbjs": "^0.8.14",
|
|
"temp": "^0.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"metro-memory-fs": "0.36.0",
|
|
"mkdirp": "^0.5.1"
|
|
}
|
|
}
|