@zener/nepali-date
Version:
Nepali Date is a lightweight utility designed to handle Nepali dates.
92 lines • 2.41 kB
JSON
{
"name": "@zener/nepali-date",
"author": "Bikash Ojha",
"license": "MIT",
"version": "1.1.5",
"description": "Nepali Date is a lightweight utility designed to handle Nepali dates.",
"private": false,
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"sideEffects": false,
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/tulsiojha/nepali-date.git"
},
"keywords": [
"date",
"Bikram Sambat",
"Gregorian calendar",
"date-api",
"nepali",
"AD",
"BS"
],
"files": [
"dist",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "npx nodemon",
"build": "npm run clean && node build.mjs && npm run tsc",
"pack": "npm run build && npm pack --pack-destination ./out",
"clean": "rimraf dist",
"dev:build": "npm run build",
"tsc": "tsc --emitDeclarationOnly -p tsconfig-compile.json --outDir ./dist/@types",
"release": "pnpm build && npm publish"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"esbuild": "^0.19.2",
"eslint": "^8.47.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-jsconfig": "^1.1.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"eslint-plugin-prettier": "^4.0.0",
"glob": "^11.0.0",
"nodemon": "^3.1.7",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.2.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"bugs": {
"url": "https://github.com/tulsiojha/nepali-date/issues"
},
"homepage": "https://nepali-datepicker-react.ojhabikash.com.np/docs/date-api"
}