{
  "name": "@graphprotocol/graph-ts",
  "version": "0.38.0-alpha-20250216194857-97898b1abb0438e08ca8ea3dba8eb6555cdddca5",
  "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"
  }
}