birthdaypicker
Version:
i18n birthday picker with a variety of setting options
67 lines (66 loc) • 1.68 kB
JSON
{
"name": "birthdaypicker",
"version": "0.2.2",
"description": "i18n birthday picker with a variety of setting options",
"author": "wolfgang jungmayer",
"license": "MIT",
"browser": "dist/birthdaypicker.umd.js",
"type": "module",
"main": "./dist/birthdaypicker.umd.js",
"module": "./dist/birthdaypicker.js",
"exports": {
".": {
"import": "./dist/birthdaypicker.js",
"require": "./dist/birthdaypicker.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"demo": "vite build --config vite.config.pages.js",
"preview": "vite preview",
"lint": "eslint 'src/**/*.js'",
"format": "prettier --write 'src/**/*.js'",
"test": "vitest",
"coverage": "vitest --coverage"
},
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"LICENSE",
"README.md",
"dist",
"index.js"
],
"keywords": [
"birthdaypicker",
"datepicker",
"birthday picker",
"date picker",
"front-end",
"frontend"
],
"repository": {
"type": "git",
"url": "https://github.com/lemon3/birthdaypicker.git"
},
"homepage": "https://lemon3.github.io/birthdaypicker",
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.10",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/preset-env": "^7.26.9",
"@rollup/plugin-terser": "^0.4.4",
"@vitest/coverage-v8": "^3.0.9",
"eslint": "^9.22.0",
"globals": "^16.0.0",
"jsdom": "^26.0.0",
"prettier": "^3.5.3",
"vite": "^6.2.2",
"vite-plugin-banner": "^0.8.0",
"vitest": "^3.0.9"
}
}