Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } | |
| } | |