UNPKG

dimacs

Version:

DIMACS parser in Peg.JS for Javascript and Typescript

37 lines (36 loc) 900 B
{ "name": "dimacs", "version": "1.0.1", "description": "DIMACS parser in Peg.JS for Javascript and Typescript", "main": "dimacs.cjs.js", "module": "dimacs.esm.js", "scripts": { "pegjs": "pegjs dimacs.pegjs", "build": "rm -f dimacs.cjs.js && rm -f dimacs.esm.js && npm run pegjs && mv dimacs.js dimacs.cjs.js && node ./esmfix.js", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/StoneCypher/peg_dimacs.git" }, "keywords": [ "dimacs", "peg", "jest", "integer", "programming", "constraint", "smt", "sat", "stonecypher" ], "author": "John Haugeland <stonecypher@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/StoneCypher/peg_dimacs/issues" }, "homepage": "https://github.com/StoneCypher/peg_dimacs#readme", "devDependencies": { "pegjs": "^0.10.0" } }