UNPKG

bs-calendar-react

Version:

A npm package for nepali calendar with holiday.

38 lines 869 B
{ "name": "bs-calendar-react", "version": "1.0.5", "description": "A npm package for nepali calendar with holiday.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c" }, "keywords": [ "bs-calendar", "react", "Nepali", "holidays" ], "author": "Pradip Chapagain", "license": "ISC", "dependencies": { "eurodigit": "^3.1.3" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", "rollup": "^4.44.1", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=17" } }