mirror of https://github.com/status-im/metro.git
23 lines
604 B
JSON
23 lines
604 B
JSON
{
|
|
"name": "buck-worker-tool",
|
|
"version": "0.36.1",
|
|
"description": "Implementation of the Buck worker protocol for Node.js.",
|
|
"license": "MIT",
|
|
"main": "src/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.1",
|
|
"mkdirp": "^0.5.1"
|
|
},
|
|
"scripts": {
|
|
"prepare-release": "test -d build && rm -rf src.real && mv src src.real && mv build src",
|
|
"cleanup-release": "test ! -e build && mv src build && mv src.real src"
|
|
}
|
|
}
|