mirror of
https://github.com/status-im/metro.git
synced 2025-02-10 10:07:12 +00:00
2529f81018
Reviewed By: mjesun Differential Revision: D7759224 fbshipit-source-id: d21a371c196ff5c6e691fb7cce8c73dade02d385
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"name": "buck-worker-tool",
|
|
"version": "0.35.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.35.0",
|
|
"mkdirp": "^0.5.1"
|
|
}
|
|
}
|