{
  "name": "@wcohen/wasmts",
  "version": "0.1.0-alpha7",
  "description": "A WebAssembly port of [JTS (Java Topology Suite)](https://github.com/locationtech/jts) using **GraalVM Native Image** with web-image backend.",
  "homepage": "https://github.com/willcohen/wasmts#readme",
  "bugs": {
    "url": "https://github.com/willcohen/wasmts/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/willcohen/wasmts.git"
  },
  "license": "EPL-2.0 OR BSD-3-Clause",
  "author": "Will Cohen",
  "type": "module",
  "main": "dist/wasmts.js",
  "types": "dist/wasmts.d.ts",
  "scripts": {
    "build:wasm": "mvn package",
    "build:js": "node js/build.mjs",
    "build": "npm run build:wasm",
    "test": "node --experimental-wasm-exnref test/test-node.mjs",
    "test:types": "bb gen:dts && node test/types-doc.mjs",
    "serve": "python3 -m http.server 8000",
    "clean": "mvn clean && rm -rf dist js/src"
  },
  "files": [
    "dist/wasmts.js",
    "dist/wasmts.js.wasm",
    "dist/wasmts.d.ts",
    "LICENSE_EPLv2.txt",
    "LICENSE_EDLv1.txt",
    "LICENSE_Apache-2.0.txt",
    "LICENSE_GraalVM-CE.txt",
    "LICENSE_UPL-1.0.txt",
    "THIRD_PARTY_NOTICES.md",
    "README.md",
    "CHANGELOG.md"
  ],
  "devDependencies": {
    "esbuild": "^0.25.11",
    "typescript": "^5.9.3"
  }
}
