{
  "name": "@cognite/sdk",
  "license": "Apache-2.0",
  "repository": "cognitedata/cognite-sdk-js",
  "homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs",
    "types": "./dist/index.d.ts"
  },
  "version": "10.13.0",
  "type": "module",
  "scripts": {
    "clean": "rm -rf dist/ docs/ codeSnippets/",
    "test": "yarn g:vitest run",
    "lint": "yarn g:biome ci",
    "lint:fix": "yarn g:biome lint --fix && yarn g:biome format --fix && yarn g:biome check --fix",
    "prepublishOnly": "yarn build",
    "postpublish": "../../scripts/push-git-tag-and-release.js",
    "build": "yarn clean && yarn g:tsc -p ./tsconfig.json && yarn g:vite build && yarn esCheck",
    "watch": "yarn g:vite build --watch",
    "esCheck": "yarn g:es-check es6 --module './dist/index.js'",
    "docs": "yarn g:typedoc --options ./typedoc.cjs --tsconfig tsconfig.build.json src/index.ts",
    "docs:bundle": "yarn docs && mkdir -p ../../docs && cp -r docs/* ../../docs/",
    "extract-snippets": "rm -rf codeSnippets/ && yarn docs --json codeSnippets/docs.json && node ../../scripts/extractCodeSnippets.js",
    "test-snippets": "yarn extract-snippets && yarn g:tsc -p codeSnippets/tsconfig.build.json"
  },
  "dependencies": {
    "@cognite/sdk-core": "^5.2.4",
    "@types/geojson": "^7946.0.14",
    "geojson": "^0.5.0",
    "lodash": "^4.17.21"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "413dbc3234b2f121ca16bfcb9dc6c5941d83870a"
}
