UNPKG

@graphprotocol/graph-ts

Version:

TypeScript/AssemblyScript library for writing subgraph mappings for The Graph

18 lines 607 B
{ "name": "@graphprotocol/graph-ts", "version": "0.36.0-alpha-20241031035325-7a6c0da", "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph", "main": "index.ts", "module": "index.ts", "types": "index.ts", "dependencies": { "assemblyscript": "0.19.10" }, "ascMain": "index.ts", "scripts": { "build": "asc --explicitStart --exportRuntime --runtime stub index.ts helper-functions.ts --lib graph-ts -b index.wasm", "format": "prettier --write -c **/*.{js,ts}", "lint": "prettier -c **/*.{js,ts}", "test": "node test/test.js" } }