postnummer
Version:
Norske postnummer
53 lines (52 loc) • 1.1 kB
JSON
{
"name": "postnummer",
"version": "2.0.0",
"description": "Norske postnummer",
"author": "Lars Erik Storbukås",
"homepage": "https://github.com/storbukas/postnummer#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/storbukas/postnummer.git"
},
"scripts": {
"test": "node --test test/*.test.js",
"build": "tsc && cp -r src/resources dist/",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=18"
},
"keywords": [
"norsk",
"postnummer",
"posten",
"bring",
"Norge",
"Norway",
"postal codes",
"zip codes",
"norwegian"
],
"bugs": {
"url": "https://github.com/storbukas/postnummer/issues"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}