{
  "name": "@graphprotocol/graph-ts",
  "version": "0.38.2-alpha-20250810150207-e82e63dc1b20fb29f3ee80d23c780fb3d761e0b2",
  "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
  "repository": {
    "type": "git",
    "url": "https://github.com/graphprotocol/graph-tooling.git",
    "directory": "packages/ts"
  },
  "main": "index.ts",
  "module": "index.ts",
  "types": "index.ts",
  "dependencies": {
    "assemblyscript": "0.27.31"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "asc --exportRuntime --runtime stub index.ts helper-functions.ts --lib graph-ts -o index.wasm --disableWarning 235",
    "format": "prettier --write -c **/*.{js,mjs,ts}",
    "lint": "prettier -c **/*.{js,mjs,ts}",
    "test": "node test/test.mjs"
  }
}