38 lines
790 B
JSON
38 lines
790 B
JSON
{
|
|
"name": "riichi-mahjong-tutorial",
|
|
"version": "2.0.0",
|
|
"description": "Tutoriel interactif de Mahjong Riichi en TypeScript",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.3",
|
|
"terser": "^5.44.1",
|
|
"typescript": "^5.6.0",
|
|
"vite": "^6.0.0",
|
|
"vitest": "^2.1.0"
|
|
},
|
|
"keywords": [
|
|
"mahjong",
|
|
"riichi",
|
|
"tutorial",
|
|
"typescript",
|
|
"canvas",
|
|
"interactive"
|
|
],
|
|
"author": "",
|
|
"license": "CC0-1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Didictateur/Riichi.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|