UNPKG

nik-parser-jurusid

Version:

NIK Parser for NodeJS type Module

31 lines (30 loc) 716 B
{ "name": "nik-parser-jurusid", "version": "3.0.1", "description": "NIK Parser for NodeJS type Module", "type": "module", "main": "src/region_controller.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://gitlab.com/jurusappid/nikparser.git" }, "keywords": [ "nik parser", "nik", "ktp", "cli" ], "author": "Ade Indra Saputra", "license": "MIT", "bin": { "nik-parser": "bin/index.js", "create-data": "bin/createjson.js" }, "dependencies": { "csv-parse": "^5.5.0", "yargs": "^13.2.4" } }