kgames

KGames — free keyboard games for kids
git clone https://www.keyboard.games/code/kgames.git
Log | Files | Refs | README | LICENSE

package.json (324B)


      1 {
      2   "name": "kgames",
      3   "private": true,
      4   "scripts": {
      5     "test": "npm run test:unit && npm run test:browser",
      6     "test:unit": "node --test tests/unit/",
      7     "test:browser": "node tests/browser/runner.js",
      8     "screenshot": "node tests/browser/screenshot.js"
      9   },
     10   "devDependencies": {
     11     "playwright": "^1.40.0"
     12   }
     13 }