39 lines
988 B
JSON
39 lines
988 B
JSON
{
|
|
"name": "@ayco/mnswpr",
|
|
"version": "0.4.10",
|
|
"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.js"
|
|
},
|
|
"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"
|
|
}
|
|
}
|