aboutsummaryrefslogtreecommitdiff
path: root/practice/package.json
blob: 386d04fca11990b89a5220d74d86671d0ea9cc9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "funwithnode",
  "version": "1.0.0",
  "description": "root to test drive node and expres",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node ./index.js"
  },
  "author": "Ibrahim Mkusa",
  "license": "MIT",
  "dependencies": {
    "express": "^4.18.2"
  }
}