-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 907 Bytes
/
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": "mern-setup",
"version": "1.0.0",
"description": "Setup script for a functional MERN application",
"scripts": {
"start": "node --es-module-specifier-resolution=node cli.js"
},
"main": "cli.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MachineLlama/mern-setup.git"
},
"type": "module",
"keywords": [
"MERN",
"Mongo",
"Express",
"React",
"Web3",
"MetaMask",
"Ethereum",
"Typescript",
"Node",
"Webpack",
"Sass",
"Babel",
"Prettier"
],
"author": "MachineLlama",
"license": "MIT",
"homepage": "https://github.com/MachineLlama/mern-setup#readme",
"dependencies": {
"chalk": "^5.0.0",
"deep-for-each": "^3.0.0",
"figlet": "^1.5.2",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.0",
"lodash": "^4.17.21",
"string-replace-all": "^1.0.3"
},
"devDependencies": {}
}