mnswpr/package.json

50 lines
1.2 KiB
JSON

{
"name": "@ayo-run/mnswpr",
"version": "0.4.26",
"description": "Classic Minesweeper browser game",
"author": "Ayo",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ayoayco/mnswpr"
},
"main": "dist/mnswpr.js",
"scripts": {
"test": "echo \"Warn: no test specified\"",
"dev": "vite",
"start": "vite",
"build": "vite build",
"build:site": "vite build --config vite-site.config.js",
"preview:site": "vite preview --config vite-site.config.js",
"build:preview": "npm run build:site && npm run preview:site",
"prepare": "husky",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp && node scripts/release.js && npm publish"
},
"exports": {
".": {
"default": "./dist/mnswpr.js"
},
"./*": {
"default":"./dist/*"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"license": "BSD-2-Clause",
"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"
}
}