{
  "name": "@near-js/types",
  "version": "2.5.1",
  "description": "TypeScript types for working with the Near JS API",
  "main": "lib/commonjs/index.cjs",
  "module": "lib/esm/index.js",
  "types": "./lib/esm/index.d.ts",
  "type": "module",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "20.0.0",
    "jest": "29.7.0",
    "ts-jest": "29.2.6",
    "typescript": "5.4.5",
    "tsconfig": "0.0.1"
  },
  "files": [
    "lib"
  ],
  "exports": {
    ".": {
      "import": "./lib/esm/index.js",
      "require": "./lib/commonjs/index.cjs"
    }
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts",
    "lint:fix": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts --fix",
    "check-exports": "attw --pack ."
  }
}