UNPKG

pgn.js

Version:

Chess PGN, Portable Game Notation, Javascript Library

32 lines (31 loc) 650 B
{ "type": "module", "name": "pgn.js", "version": "0.5.0", "description": "Chess PGN, Portable Game Notation, Javascript Library", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "chess", "library", "PGN", "parser", "reader" ], "repository": { "type": "git", "url": "https://github.com/tidynail/pgnjs.git" }, "author": "Young-Jo Song <tidynail@gmail.com>", "license": "MIT", "dependencies": { "chess.js": "^1.0.0-alpha.0" }, "devDependencies": { "peggy": "^2.0.1", "typescript": "^4.9.3" } }