all_mern_dependencies
Version:
is used to install all dependencies beforehand while creating the application
26 lines (25 loc) • 674 B
JSON
{
"name": "all_mern_dependencies",
"version": "1.0.1",
"description": "is used to install all dependencies beforehand while creating the application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeepPatel6128/first_npx_tool.git.git"
},
"keywords": [
"DP"
],
"author": "Deep Patel",
"license": "ISC",
"bugs": {
"url": "https://github.com/DeepPatel6128/first_npx_tool.git/issues"
},
"homepage": "https://github.com/DeepPatel6128/first_npx_tool.git#readme",
"bin": {
"all_mern_dependencies": "bin/index.js"
}
}