{ "name": "learn", "version": "2.0.0", "private": true, "description": "lichess.org chess performance statistics", "main": "src/main.js", "keywords": [ "chess", "lichess", "learn" ], "author": "ornicar", "license": "AGPL-3.0-or-later", "devDependencies": { "@build/jsProject": "2.0.0" }, "dependencies": { "chess.js": "github:ornicar/chess.js#learn", "chessground": "^4.4", "common": "2.0.0", "mithril": "github:ornicar/mithril.js#lila-1" }, "scripts": { "dev": "gulp dev", "prod": "gulp prod" } }