project-root-directory
Version:
find the project root
30 lines (29 loc) • 608 B
JSON
{
"name": "project-root-directory",
"version": "1.0.3",
"description": "find the project root",
"keywords": [
"app",
"directory",
"monorepo",
"path",
"project",
"root"
],
"homepage": "https://github.com/sastan/project-root-directory#readme",
"repository": "github:sastan/project-root-directory",
"license": "ISC",
"author": "Sascha Tandel (https://github.com/sastan)",
"files": [
"index.js",
"index.d.ts"
],
"main": "index.js",
"dependencies": {
"resolve-from": "^5.0.0"
},
"engines": {
"node": ">=10.12.0"
},
"side-effects": false
}