jewish-dates-core
Version:
50 lines • 1.13 kB
JSON
{
"name": "jewish-dates-core",
"version": "2.0.22",
"description": "Jewish dates core",
"main": "dist/index.js",
"typings": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./dist/mjs/index.js",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"lib",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Shmulik-Kravitz/react-jewish-datepicker.git"
},
"homepage": "https://react-jewish-datepicker.js.org/",
"author": "Shmulik Kravitz <29735690+Shmulik-Kravitz@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"start": "yarn g:start",
"dev": "yarn g:dev",
"build": "yarn g:build",
"test": "yarn g:test",
"inc": "yarn version patch",
"pub": "npm publish --provenance --access public",
"np": "np patch"
},
"dependencies": {
"dayjs": "^1.11.13",
"jewish-date": "^2.0.19"
},
"devDependencies": {
"esbuild": "^0.25.1",
"typescript": "^5.8.2"
},
"keywords": [
"jewish",
"hebrew",
"date",
"luach",
"calendar"
]
}