earley-sgf
Version:
Early algorithm used to parse SGF file
34 lines (33 loc) • 752 B
JSON
{
"name": "earley-sgf",
"version": "2.0.3",
"type": "module",
"description": "Early algorithm used to parse SGF file",
"main": "dist/sgfGame.js",
"types": "dist/sgfGame.d.ts",
"files": ["dist", "README.md", "package.json"],
"scripts": {
"build" : "tsc",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/or2win/earley.git"
},
"keywords": [
"earley",
"grammar",
"smart game format"
],
"author": "Ortwin Förster",
"license": "ISC",
"bugs": {
"url": "https://github.com/or2win/earley/issues"
},
"devDependencies": {
"tsx": "^4.19.1",
"typescript": "^5.5.3",
"vitest": "^2.1.1"
},
"homepage": "https://github.com/or2win/earley#readme"
}