{ "name": "@cozy-games/move-log", "version": "0.1.0", "description": "Game-blind, schema-versioned log of a recorded run of move events — generic over the game's own event vocabulary", "author": "Ayo Ayco", "type": "module", "repository": { "type": "git", "url": "https://github.com/ayo-run/mnswpr" }, "main": "index.js", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./*.js": { "types": "./*.d.ts", "default": "./*.js" }, "./*": { "default": "./*" } }, "license": "MIT" }