fliphub-monorepo
Version:
the builder of builders
40 lines (39 loc) • 852 B
JSON
{
"name": "flipfind",
"version": "0.1.2",
"description": "auto-find & resolve a file or path that is somewhere nearby in an optimized manner",
"main": "src/index.js",
"scripts": {
"test": "ava --verbose"
},
"devDependencies": {
"ava": "^0.19.0",
"fosho": "*"
},
"dependencies": {
"mono-root": "*",
"fliphub-resolve": "*",
"flipfile": "*",
"app-root-path": "^2.0.1",
"fliplog": "*",
"does-include": "*"
},
"keywords": [
"auto",
"find-file",
"file",
"find",
"resolve",
"fliphub",
"flipbox"
],
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/fliphub/fliphub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fliphub/fliphub.git"
},
"bugs": {
"url": "https://github.com/fliphub/fliphub/issues"
}
}