28 lines
924 B
JSON
28 lines
924 B
JSON
{
|
|
"homepage": "https://github.com/belferink1996/MERN-template#readme",
|
|
"name": "mern-application",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "",
|
|
"license": "ISC",
|
|
"keywords": [],
|
|
"author": "Ben Elferink <ben.elferink@icloud.com> (https://www.linkedin.com/in/ben-elferink-37ba251b9)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/belferink1996/MERN-template.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/belferink1996/MERN-template/issues",
|
|
"email": "ben.elferink@icloud.com"
|
|
},
|
|
"scripts": {
|
|
"install": "concurrently \"cd ./server && npm i\" \"cd ./client && npm i\"",
|
|
"start": "concurrently \"cd ./server && npm start\" \"cd ./client && npm start\"",
|
|
"delete-modules": "rm -r ./node_modules && cd ./server && rm -r ./node_modules && cd ../client && rm -r ./node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^6.2.1"
|
|
}
|
|
}
|