{
  "name": "@speleotica/frcsdata",
  "version": "5.1.2",
  "description": "parser for Chip Hopper's survey data format used in Fisher Ridge Cave System",
  "sideEffects": false,
  "bin": {
    "frcsdata": "./cli.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/speleotica/frcsdata.git"
  },
  "keywords": [
    "cave-survey"
  ],
  "author": "Andy Edwards",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/speleotica/frcsdata/issues"
  },
  "homepage": "https://github.com/speleotica/frcsdata#readme",
  "dependencies": {
    "@babel/runtime": "^7.18.6",
    "@jcoreio/utils": "0.0.0-development",
    "@speleotica/unitized": "^2.0.0",
    "chalk": "^4",
    "dedent-js": "^1.0.1",
    "glob": "^13.0.6",
    "parse-segment": "^1.5.4",
    "windows-1252": "^3.0.4",
    "yaml": "^2.8.2",
    "yargs": "^17",
    "zod": "^3"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./node": {
      "types": "./node/index.d.ts",
      "default": "./node/index.js"
    },
    "./string": {
      "types": "./string/index.d.ts",
      "default": "./string/index.js"
    },
    "./web": {
      "types": "./web/index.d.ts",
      "default": "./web/index.js"
    }
  },
  "engines": {
    "node": ">=16"
  },
  "packageManager": "pnpm@8.11.0",
  "@jcoreio/toolchain": {
    "migratedVersion": "4.9.0"
  }
}
