{
  "name": "nik-parser",
  "version": "1.0.1",
  "description": "Parse & Validasi Nomor Induk Kependudukan (NIK) KTP Menggunakan TypeScript.",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "sh ./build.sh",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mul14/nik_parser.ts.git"
  },
  "keywords": ["ktp", "nik"],
  "author": "Mulia Arifandi Nasution",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mul14/nik_parser.ts/issues"
  },
  "homepage": "https://github.com/mul14/nik_parser.ts#readme",
  "devDependencies": {
    "terser": "^5.3.8",
    "typescript": "^4.0.5"
  }
}
