{
  "name": "@pythnetwork/pyth-starknet-js",
  "version": "0.2.1",
  "description": "Pyth Network Starknet Utilities",
  "homepage": "https://pyth.network",
  "author": {
    "name": "Pyth Data Association"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pyth-network/pyth-crosschain",
    "directory": "target_chains/starknet/sdk/js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "usage-example": "ts-node src/examples/usage.ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "test:lint": "eslint src/",
    "prepublishOnly": "pnpm run build && pnpm run test:lint",
    "preversion": "pnpm run test:lint",
    "version": "pnpm run format && git add -A src"
  },
  "keywords": [
    "pyth",
    "oracle"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "eslint": "^8.14.0",
    "jest": "^29.4.1",
    "prettier": "^2.6.2",
    "ts-jest": "^29.0.5",
    "typescript": "^4.6.3",
    "ts-node": "^10.9.2"
  },
  "dependencies": {}
}
