File size: 515 Bytes
b205898
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "wilayah",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "deploy": "gh-pages -d dist",
    "start": "node index.js",
    "dev": "nodemon index.js"
  },
  "author": "Ihsan Nurul Habib",
  "license": "ISC",
  "devDependencies": {
    "gh-pages": "^6.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ihsaninh/wilayah-indonesia.git"
  },
  "dependencies": {
    "ejs": "^3.1.10",
    "express": "^5.1.0",
    "nodemon": "^3.1.10"
  }
}