UNPKG

kor-lunar

Version:

한국 음력 변환 유틸 / Korean lunar calendar converter

49 lines (48 loc) 1.18 kB
{ "name": "kor-lunar", "version": "1.4.0", "description": "한국 음력 변환 유틸 / Korean lunar calendar converter", "main": "dist/kor-lunar.js", "module": "dist/kor-lunar.esm.js", "browser": "dist/kor-lunar.min.js", "types": "dist/kor-lunar.d.ts", "exports": { ".": { "types": "./dist/kor-lunar.d.ts", "import": "./dist/kor-lunar.esm.js", "require": "./dist/kor-lunar.js" } }, "files": [ "dist/" ], "scripts": { "build": "rollup -c", "version": "node update-readme-version.js && git add README.md", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/kahyou22/kor-lunar-js.git" }, "keywords": [ "한국", "음력", "달력", "korean", "lunar", "calendar" ], "author": "kahyou", "license": "MIT", "bugs": { "url": "https://github.com/kahyou22/kor-lunar-js/issues" }, "homepage": "https://github.com/kahyou22/kor-lunar-js#readme", "devDependencies": { "rollup": "^2.79.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.8.3" } }