@thewoowon/react-native-daum-postcode
Version:
The fastest way to use Kakao Daum Postcode API in React Native
85 lines (84 loc) • 2.31 kB
JSON
{
"name": "@thewoowon/react-native-daum-postcode",
"version": "1.1.3",
"description": "The fastest way to use Kakao Daum Postcode API in React Native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build:src": "rm -rf ./dist && tsc -p tsconfig.json && [ -d ./dist ] && npx babel dist --out-dir dist || echo 'TypeScript compilation failed!'",
"start": "node index.js",
"build": "tsc",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"prepublishOnly": "npm run build",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thewoowon/react-native-daum-postcode.git"
},
"keywords": [
"react",
"react-native",
"daum-postcode",
"kakao",
"address",
"postcode"
],
"author": {
"name": "thewoowon",
"email": "thewoowon@naver.com",
"url": "https://thewoowon.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/thewoowon/react-native-daum-postcode/issues"
},
"homepage": "https://github.com/thewoowon/react-native-daum-postcode#readme",
"peerDependencies": {
"react": "^18.0.0",
"react-native": "^0.76.0"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-native": "^5.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"files": [
"dist/",
"README.md",
"LICENSE"
],
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
]
},
"dependencies": {
"react-native-webview": "^13.12.5"
}
}