heb-dates-helper
Version:
Functions that help display dates in Hebrew
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "heb-dates-helper",
"version": "0.0.9",
"description": "Functions that help display dates in Hebrew",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare" : "npm run build",
"prepublishOnly" : "npm test",
"version" : "npm run format && git add -A src",
"postversion" : "git push && git push --tags",
"test": "jest --config jestconfig.json",
"serve": "tsc src/index.ts && node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaircohendev/heb-dates-helper"
},
"keywords": [
"English", "Date", "Hebrew"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yaircohendev/heb-dates-helper/issues"
},
"homepage": "https://github.com/yaircohendev/heb-dates-helper#readme",
"devDependencies": {
"@types/jest": "^26.0.15",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
},
"files": [
"lib/**/*",
"README.md"
]
}