UNPKG

js-calendar-converter

Version:

Chinese Lunar Calendar (Luminous Calendar) and Western Yuan Gregorian Calendar Interconversion JavaScript Library

38 lines (37 loc) 1.01 kB
{ "name": "js-calendar-converter", "version": "0.0.7", "description": "Chinese Lunar Calendar (Luminous Calendar) and Western Yuan Gregorian Calendar Interconversion JavaScript Library", "main": "dist/js-calendar-converter.cjs", "module": "dist/js-calendar-converter.mjs", "scripts": { "build": "npx rollup -c rollup.config.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/jjonline/calendar.js.git" }, "keywords": [ "calendar", "lunar to solar", "solar to lunar" ], "author": "JeaYang", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/jjonline/calendar.js/issues" }, "homepage": "https://github.com/jjonline/calendar.js#readme", "devDependencies": { "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@rollup/plugin-babel": "^6.0.3", "rollup": "^3.19.0", "rollup-plugin-filesize": "^10.0.0" }, "volta": { "node": "22.14.0", "npm": "10.9.2", "yarn": "1.22.22" } }