mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-29 13:14:46 +01:00
17 lines
339 B
JSON
17 lines
339 B
JSON
|
{
|
||
|
"name": "@manypkg/find-root",
|
||
|
"version": "1.1.0",
|
||
|
"main": "dist/find-root.cjs.js",
|
||
|
"module": "dist/find-root.esm.js",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.5.5",
|
||
|
"@types/node": "^12.7.1",
|
||
|
"find-up": "^4.1.0",
|
||
|
"fs-extra": "^8.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"fixturez": "^1.1.0"
|
||
|
}
|
||
|
}
|