UNPKG

@chess-fu/fen-parser

Version:

Chess FEN parser for 8x8 games, including chess 960

39 lines (38 loc) 1.03 kB
{ "name": "@chess-fu/fen-parser", "access": "public", "version": "1.1.4", "description": "Chess FEN parser for 8x8 games, including chess 960", "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", "fen", "parser", "960" ], "main": "dist/src/fenParser.js", "types": "dist/types/fenParser.d.ts", "files": [ "readme.md", "dist/src/fenParser.js", "dist/types/fenParser.d.ts" ], "scripts": { "clean": "../../node_modules/.bin/rimraf ./dist", "build": "../../node_modules/.bin/tsc", "test": "cd ../../ && ./node_modules/.bin/mocha ./modules/fen-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" } }