aus-postcode
Version:
A package containing utility functions around postcode definitions in Australia.
29 lines • 513 B
JSON
{
"name": "aus-postcode",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"version": "0.0.4",
"files": [
"dist"
],
"keywords": [
"typescript",
"postcode",
"australia",
"bun"
],
"scripts": {
"start": "bun src/index.ts",
"build": "bun run build.mjs"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"bun-types": "latest",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}