@jhbhan/kings-quiz
Version:
Old testament Kings trivia quiz game
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "@jhbhan/kings-quiz",
"version": "1.0.3",
"description": "Old testament Kings trivia quiz game",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"author": "Jason Bhan",
"license": "MIT",
"keywords": [
"react",
"bible",
"game",
"genealogy",
"trivia"
],
"scripts": {
"dev": "vite",
"build": "tsup src/index.tsx --format cjs,esm --dts",
"lint": "eslint .",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"tsup": "^8.5.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^6.1.0"
}
}