mnswpr/package.json
ayo 6e9cb93a12
Some checks are pending
Checks / lint (push) Waiting to run
Checks / test (push) Waiting to run
Checks / content (push) Waiting to run
chore: restore mnswpr to a standalone app repo (#54)
Move the @cozy-games/* packages, sites, docs, and package-publish tooling out
to github.com/ayo-run/cozy-games. The app now consumes those packages from npm
instead of the workspace. Root config, workspace globs, and CI target the app.
2026-07-18 20:47:19 +02:00

41 lines
1.2 KiB
JSON

{
"name": "cozy-games",
"version": "0.0.1",
"private": true,
"description": "mnswpr — the mnswpr.com web app",
"author": "Ayo Ayco",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ayo-run/mnswpr"
},
"homepage": "https://mnswpr.com",
"scripts": {
"test": "vitest run",
"dev": "pnpm -F mnswpr dev",
"test:watch": "vitest",
"build": "pnpm -F mnswpr build",
"postinstall": "node scripts/ensure-java.mjs",
"prepare": "husky",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"scan:secrets": "secretlint --secretlintignore .secretlintignore \"**/*\""
},
"devDependencies": {
"@eslint/css": "^1.1.0",
"@eslint/js": "^10.0.1",
"@secretlint/secretlint-rule-preset-recommend": "^13.0.2",
"@stylistic/eslint-plugin": "^5.10.0",
"bumpp": "^11.0.1",
"eslint": "^10.1.0",
"globals": "^17.4.0",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"secretlint": "^13.0.2",
"simple-git": "^3.33.0",
"typescript": "^5.9.3",
"vite": "^8.0.16",
"vitest": "^4.1.9"
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
}