{
  "private": false,
  "name": "@cognite/sdk-wells",
  "license": "Apache-2.0",
  "repository": "cognitedata/cognite-wells-sdk-js",
  "homepage": "https://github.com/cognitedata/cognite-wells-sdk-js",
  "main": "dist/index.js",
  "types": "dist/src/index.d.js",
  "version": "6.1.1",
  "scripts": {
    "clean": "rm -rf dist/ docs/ codeSnippets/",
    "test": "jest --config=jest.config.js --testPathPattern=/src --runInBand",
    "lint": "eslint 'src/**/*.{js,ts}'",
    "lint:fix": "yarn lint --fix",
    "prepublishOnly": "yarn build",
    "build": "yarn clean && rollup -c && yarn esCheck",
    "watch": "rollup -cw",
    "esCheck": "es-check es5 './dist/index.js'",
    "checkChangelog": "ts-node scripts/check-changelog.ts"
  },
  "dependencies": {
    "@cognite/sdk": "^5.1.3",
    "@cognite/sdk-core": "^3.2.0"
  },
  "devDependencies": {
    "@openapitools/openapi-generator-cli": "^2.4.18",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/es6-promise": "^3.3.0",
    "@types/jest": "^26.0.7",
    "@typescript-eslint/eslint-plugin": "^3.4.0",
    "@typescript-eslint/parser": "^3.4.0",
    "es-check": "^7.0.0",
    "eslint": "^7.3.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-unused-imports": "^1",
    "jest": "^26.1",
    "prettier": "^2.5.1",
    "rollup": "^2.22.2",
    "ts-jest": "^26.1",
    "ts-node": "^10.8.0",
    "typescript": "^3.9"
  },
  "publishConfig": {
    "access": "public"
  }
}
