Skip to main content
Module

x/pazza/package.json

Parser combinators library which works on browsers, Deno and Node.js.
Latest
File
{ "name": "pazza", "version": "0.3.1", "description": "Modern and tree-shakable parser combinators library.", "author": "Pig Fang <g-plane@hotmail.com>", "repository": "g-plane/pazza", "license": "MIT", "keywords": [ "parser", "combinators", "tree-shaking" ], "scripts": { "build": "tsc -p .", "prepublishOnly": "pnpm build", "test": "vitest", "fmt": "prettier --write src tests examples", "fmt:check": "prettier --check src tests examples" }, "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { "import": "./dist/index.js" } }, "files": [ "dist" ], "devDependencies": { "@gplane/tsconfig": "^6.0.0", "immer": "^10.0.1", "prettier": "^2.8.8", "typescript": "^5.0.4", "unistore": "^3.5.2", "vite": "^4.3.1", "vitest": "^0.30.1" }}