27 lines
585 B
JSON
27 lines
585 B
JSON
{
|
|
"name": "@ayco/mnswpr",
|
|
"version": "0.4.1",
|
|
"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": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"firebase": "^12.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.1.7",
|
|
"vite": "^8.0.3"
|
|
}
|
|
}
|