Skip to content

Commit

Permalink
Y2024
Browse files Browse the repository at this point in the history
  • Loading branch information
vprtsingh committed Sep 8, 2024
1 parent a3c3ff5 commit 0e9bb7e
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions templates/packages/create-mernjs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "create-mernjs-app",
"version": "21.0.38",
"description": "The MERN App provides a versatile set of boilerplates that streamline the development process for various applications. Whether you're building a web app, mobile app, desktop app, Chrome extension, or an NPM package in JavaScript, our comprehensive templates will help you get started quickly and efficiently.",
"main": "./index.js",
"scripts": {
"upgrade": "npx npm-check-updates && npx npm-check-updates -u",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"create-mernjs-app": "./index.js"
},
"preferGlobal": true,
"author": "Vijay Pratap Singh <[email protected]> (https://mernjs.github.io/create-mern-app)",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
"commander": "^9.4.1",
"fs-extra": "^10.1.0",
"https": "^1.0.0",
"inquirer": "^8.0.0",
"mernjs": "github:mernjs/create-mern-app#1618aa3a6792267b74f6119120f3f09da97748b6",
"path": "^0.12.7",
"semver": "^7.3.8",
"shelljs": "^0.8.5",
"validate-npm-package-name": "^5.0.0",
"yosay": "^2.0.2"
},
"keywords": [
"create-mernjs-app"
],
"repository": {
"type": "git",
"url": "https://github.com/mernjs/create-mern-app.git"
},
"bugs": {
"url": "https://github.com/mernjs/create-mern-app/issues"
},
"homepage": "https://github.com/mernjs/create-mern-app#readme",
"gitHead": "e2f4c703bdc504d5d978cce68a01cd0a35118cce"
"name": "create-mernjs-app",
"version": "21.0.38",
"description": "The MERN App provides a versatile set of boilerplates that streamline the development process for various applications. Whether you're building a web app, mobile app, desktop app, Chrome extension, or an NPM package in JavaScript, our comprehensive templates will help you get started quickly and efficiently.",
"main": "./index.js",
"scripts": {
"upgrade": "npx npm-check-updates && npx npm-check-updates -u",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"create-mernjs-app": "./index.js"
},
"preferGlobal": true,
"author": "Vijay Pratap Singh <[email protected]> (https://mernjs.github.io/create-mern-app)",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
"commander": "^9.4.1",
"fs-extra": "^10.1.0",
"https": "^1.0.0",
"inquirer": "^8.0.0",
"mernjs": "github:mernjs/create-mern-app#a3c3ff58d4deef6819bafd8fa90b4bfd6cdea353",
"path": "^0.12.7",
"semver": "^7.3.8",
"shelljs": "^0.8.5",
"validate-npm-package-name": "^5.0.0",
"yosay": "^2.0.2"
},
"keywords": [
"create-mernjs-app"
],
"repository": {
"type": "git",
"url": "https://github.com/mernjs/create-mern-app.git"
},
"bugs": {
"url": "https://github.com/mernjs/create-mern-app/issues"
},
"homepage": "https://github.com/mernjs/create-mern-app#readme",
"gitHead": "e2f4c703bdc504d5d978cce68a01cd0a35118cce"
}

0 comments on commit 0e9bb7e

Please sign in to comment.