react-daum-address-hook
Version:
A lightweight and modern React hook for Daum(Kakao) address search service with TypeScript support
64 lines (63 loc) • 1.82 kB
JSON
{
"name": "react-daum-address-hook",
"version": "1.1.3",
"description": "A lightweight and modern React hook for Daum(Kakao) address search service with TypeScript support",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"scripts": {
"prebuild": "rm -rf dist",
"build:js": "swc src -d dist --ignore '**/*.test.ts'",
"build:types": "tsc --emitDeclarationOnly",
"build:clean": "find dist/src -type f -exec mv {} dist \\; && rm -rf dist/src",
"build:all": "npm run prebuild && npm run build:js && npm run build:types && npm run build:clean",
"test": "jest",
"test:watch": "jest --watch",
"dev": "swc src -d dist --watch",
"clean": "rm -rf dist",
"lint": "tsc --noEmit",
"prepublishOnly": "npm run build:all"
},
"keywords": [
"react",
"daum",
"kakao",
"address",
"hook",
"postcode",
"korea",
"typescript"
],
"author": "ezdar2743",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ezdar2743/react-daum-address-hook.git"
},
"bugs": {
"url": "https://github.com/ezdar2743/react-daum-address-hook/issues"
},
"homepage": "https://github.com/ezdar2743/react-daum-address-hook#readme",
"devDependencies": {
"@swc/cli": "^0.4.1-nightly.20240914",
"@swc/core": "^1.7.39",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.7.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3"
}
}