mirror of
https://github.com/kevin-DL/complete-node-bootcamp.git
synced 2026-01-11 19:14:26 +00:00
Initial commit 🚀
This commit is contained in:
17
1-node-farm/final/package.json
Normal file
17
1-node-farm/final/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "node-farm",
|
||||
"version": "1.0.0",
|
||||
"description": "Learning node.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "nodemon index.js"
|
||||
},
|
||||
"author": "Jonas Schmedtmann",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"slugify": "~1.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.18.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user