mnswpr/package.json
2026-04-02 18:50:47 +02:00

39 lines
987 B
JSON

{
"name": "@ayco/mnswpr",
"version": "0.4.9",
"description": "Classic Minesweeper browser game",
"author": "Ayo Ayco",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ayoayco/mnswpr"
},
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"build:preview": "npm run build && npm run preview",
"prepare": "husky",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp && node scripts/release.ts"
},
"license": "BSD-2-Clause",
"dependencies": {
"firebase": "^12.11.0"
},
"devDependencies": {
"@eslint/css": "^1.1.0",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"bumpp": "^11.0.1",
"eslint": "^10.1.0",
"globals": "^17.4.0",
"husky": "^9.1.7",
"simple-git": "^3.33.0",
"vite": "^8.0.3"
}
}