mnswpr/package.json

27 lines
577 B
JSON

{
"name": "@ayco/mnswpr",
"version": "0.3.13",
"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",
"prepare": "husky"
},
"license": "ISC",
"dependencies": {
"firebase": "^12.11.0"
},
"devDependencies": {
"husky": "^9.1.7",
"vite": "^8.0.3"
}
}