UNPKG

project-root-directory

Version:
30 lines (29 loc) 608 B
{ "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 }