ponjika
Version:
Bengali ponjika based on gregorian date
35 lines (34 loc) • 780 B
JSON
{
"name": "ponjika",
"version": "1.2.0",
"description": "Bengali ponjika based on gregorian date",
"keywords": [
"ponjika",
"bengali-calendar",
"bengali calendar"
],
"author": "fahimshahrierrasel",
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/*"
],
"scripts": {
"build": "rollup --config",
"lint": "tslint -p tsconfig.json",
"test": "jest --config jestconfig.json"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"rollup": "^2.70.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^2.0.7",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"tslint": "^6.1.3",
"typescript": "^4.6.3"
}
}