Files
mern-template/package.json
2020-12-30 15:53:33 +02:00

10 lines
200 B
JSON

{
"name": "mern-application",
"version": "0.1.0",
"scripts": {
"install": "cd ./server && npm install && cd ./../client && npm install"
},
"author": "Ben Elferink",
"license": "ISC"
}