-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "npm-mern-template",
"version": "1.0.2",
"description": "\"npm-mern-template\" is an npm package offering a pre-configured MERN (MongoDB, Express.js, React.js, Node.js) stack template. It streamlines web development by providing a ready-to-use backend server, React frontend, and MongoDB integration. Developers can quickly kickstart their MERN projects and focus on building feature-rich applications.",
"main": "app.js",
"type": "module",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"postinstall": "bash script.sh",
"start": "bash script.sh",
"npm-mern-template":"bash script.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suhailroushan13/npm-mern-template.git"
},
"keywords": [
"npm package",
"MERN stack",
"MongoDB",
"Express.js",
"React.js",
"Node.js",
"Template",
"Web development",
"Backend server",
"Frontend client",
"Integration",
"Pre-configured",
"Kickstart",
"Feature-rich",
"Open-source"
],
"author": "\"MongoDB\",",
"license": "MIT",
"bugs": {
"url": "https://github.com/suhailroushan13/npm-mern-template/issues"
},
"homepage": "https://github.com/suhailroushan13/npm-mern-template#readme"
}