norwegian-postalcodes-mapper
Version:
Up to date package to map Norwegian postal codes to their respecive city names and municipality
39 lines (37 loc) • 818 B
JSON
{
"name": "norwegian-postalcodes-mapper",
"version": "1.0.5",
"description": "Up to date package to map Norwegian postal codes to their respecive city names and municipality",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"norway",
"norwegian",
"post",
"postalcodes",
"zip",
"norge",
"postal",
"code",
"city",
"address"
],
"author": "Mattias Xu",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattiasxu/norwegian-postalcodes-mapper.git"
}
}