{
  "name": "stac-js",
  "version": "0.4.3",
  "description": "JS drop-in classes with utilities for STAC",
  "author": "Matthias Mohr",
  "license": "Apache-2.0",
  "keywords": [
    "STAC"
  ],
  "homepage": "https://github.com/moregeo-it/stac-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moregeo-it/stac-js.git"
  },
  "bugs": {
    "url": "https://github.com/moregeo-it/stac-js/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/m-mohr"
  },
  "type": "module",
  "main": "src/index.js",
  "files": [
    "src/"
  ],
  "scripts": {
    "docs": "npx documentation build src/** -f html --github -o docs --sort-order kind && npx cpy-cli classes.png docs/classes.png",
    "docs:lint": "npx documentation lint src/**",
    "lint": "oxlint --fix -c .oxlintrc.json ./src",
    "format": "prettier --write .",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "check": "npm run docs:lint && npm run lint && npm test"
  },
  "devDependencies": {
    "cpy-cli": "^7.0.0",
    "jest": "^30.0.0",
    "jest-html-reporter": "^4.0.0",
    "oxlint": "^1.51.0",
    "prettier": "^3.8.1"
  },
  "dependencies": {
    "@radiantearth/stac-migrate": "^2.0.2",
    "urijs": "^1.19.11"
  }
}
