root-directory
Version:
get the root directory by find the package.json
29 lines (28 loc) • 674 B
JSON
{
"name": "root-directory",
"author": "jw",
"version": "0.0.3",
"main": "index.js",
"description": "get the root directory by find the package.json ",
"keywords": [
"fs",
"package",
"root-directory",
"root"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jiawei397/root-directory.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jiawei397/root-directory/issues"
},
"homepage": "https://github.com/jiawei397/root-directory#readme",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}