@chess-fu/pgn-parser
Version:
Chess PGN parser for 8x8 chess games for import or export standards
47 lines (46 loc) • 1.29 kB
JSON
{
"name": "@chess-fu/pgn-parser",
"access": "public",
"version": "1.1.3",
"description": "Chess PGN parser for 8x8 chess games for import or export standards",
"author": "chess-fu.com",
"license": "MIT",
"homepage": "https://chess-fu.com",
"bugs": {
"url": "https://github.com/chess-fu/chess-modules"
},
"repository": {
"type": "git",
"url": "git@github.com:chess-fu/chess-modules.git"
},
"keywords": [
"chess-fu",
"chess",
"pgn",
"parser",
"960"
],
"main": "dist/src/index.js",
"types": "dist/types/pgnParser.d.ts",
"files": [
"readme.md",
"dist/src/index.js",
"dist/src/pgnDataCursor.js",
"dist/src/pgnGame.js",
"dist/src/pgnParser.js",
"dist/src/pgnTypes.js",
"dist/types/index.d.ts",
"dist/types/pgnDataCursor.d.ts",
"dist/types/pgnGame.d.ts",
"dist/types/pgnParser.d.ts",
"dist/types/pgnTypes.d.ts"
],
"scripts": {
"clean": "../../node_modules/.bin/rimraf ./dist",
"build": "../../node_modules/.bin/tsc",
"test": "cd ../../ && ./node_modules/.bin/mocha ./modules/pgn-parser/src/*.test.ts",
"prepack": "npm run test && npm run clean && npm run build",
"prepublish": "npm version patch",
"release": "npm publish -tag latest --access public"
}
}