feat: V2 with TypeScript
This commit is contained in:
21
package.json
21
package.json
@@ -1,27 +1,16 @@
|
||||
{
|
||||
"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)",
|
||||
"homepage": "/",
|
||||
"author": "Ben Elferink <ben.elferink@icloud.com> (https://github.com/BenElferink)",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/belferink1996/MERN-template.git"
|
||||
"url": "https://github.com/BenElferink/mern-template.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/belferink1996/MERN-template/issues",
|
||||
"url": "https://github.com/BenElferink/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.3.0"
|
||||
}
|
||||
"scripts": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user