@confuzzle/readpuz
Version:
Minimal .puz format reader
20 lines (19 loc) • 429 B
JSON
{
"name": "@confuzzle/readpuz",
"version": "1.2.3",
"description": "Minimal .puz format reader",
"license": "MIT",
"repository": "rjkat/confuzzle",
"main": "readpuz.js",
"keywords": [
"crossword",
"crosswords",
"puz",
"puz-parser",
"puz-file-format"
],
"dependencies": {
"iconv-lite": "^0.5.2",
"@confuzzle/puz-common": "^1.2.3"
}
}