{
  "name": "@hpcc-js/wasm-expat",
  "version": "1.13.5",
  "description": "hpcc-js - WASM expat",
  "type": "module",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "dist/**/*",
    "src/**/*",
    "types/**/*"
  ],
  "scripts": {
    "clean": "rimraf coverage dist dist-test types .nyc_output",
    "gen-types": "tsc --project tsconfig.json --emitDeclarationOnly",
    "gen-types-watch": "npm run gen-types -- --watch",
    "bundle": "node esbuild.js",
    "bundle-dev": "npm run bundle -- --development",
    "bundle-watch": "npm run bundle-dev -- --watch",
    "build-dev": "run-p gen-types bundle-dev",
    "build": "run-p gen-types bundle",
    "lint-skypack": "npx -y @skypack/package-check",
    "lint-eslint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"",
    "lint": "run-p lint-eslint",
    "test-browser": "vitest run --project browser",
    "test-node": "vitest run --project node",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "update": "npx -y npm-check-updates -u -t minor",
    "update-major": "npx -y npm-check-updates -u"
  },
  "dependencies": {},
  "devDependencies": {
    "@hpcc-js/esbuild-plugins": "1.8.8",
    "@hpcc-js/wasm-util": "1.0.0"
  },
  "keywords": [
    "graphviz",
    "typescript",
    "webassembly",
    "wasm",
    "dot",
    "neato",
    "twopi"
  ],
  "author": "hpcc-systems",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hpcc-systems/hpcc-js-wasm.git"
  },
  "homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/",
  "license": "Apache-2.0",
  "gitHead": "3418768849847397c26cc593521d79c125a9a4a1"
}
