@mnrendra/read-package
Version:
Read the package.json file from any sub-directory in your project.
34 lines (33 loc) • 838 B
JSON
{
"name": "@mnrendra/read-package",
"version": "2.4.3",
"description": "Read the package.json file from any sub-directory in your project.",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mnrendra/read-package.git"
},
"author": {
"name": "Muhammad Rendra",
"email": "mnrendra@users.noreply.github.com",
"url": "https://github.com/mnrendra"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mnrendra/read-package/issues"
},
"homepage": "https://github.com/mnrendra/read-package#readme",
"dependencies": {
"@mnrendra/read-stacked-json": "^1.6.3",
"@mnrendra/types-package": "^1.0.1"
},
"keywords": [
"read",
"package",
"json",
"read-package",
"package-json"
]
}