{
  "name": "@switchboard-xyz/sbv2-lite",
  "version": "0.2.4",
  "description": "",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/switchboard-xyz/sbv2-solana",
    "directory": "javascript/sbv2-lite"
  },
  "homepage": "https://docs.switchboard.xyz",
  "files": [
    "lib",
    "src"
  ],
  "exports": {
    ".": {
      "import": "./lib/index.js",
      "require": "./lib/index.js"
    }
  },
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@coral-xyz/anchor": "^0.28.0",
    "big.js": "^6.1.1"
  },
  "devDependencies": {
    "@types/big.js": "^6.1.3",
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.0",
    "@types/node": "^18.7.18",
    "assert": "^2.0.0",
    "chai": "^4.3.6",
    "mocha": "^9.2.2",
    "shx": "^0.3.4",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.8",
    "typescript": "^5.1.6"
  },
  "pre-commit": [
    "build"
  ],
  "engines": {
    "npm": ">=7.0.0",
    "node": ">=16.0.0"
  },
  "scripts": {
    "docgen": "typedoc --entryPoints src/index.ts --out ../../website/static/api/ts-lite",
    "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",
    "build": "shx rm -rf lib && tsc && tsc -p tsconfig.cjs.json",
    "watch": "tsc -p tsconfig.cjs.json --watch"
  }
}