UNPKG

@graphprotocol/graph-ts

Version:

TypeScript/AssemblyScript library for writing subgraph mappings for The Graph

17 lines 629 B
{ "name": "@graphprotocol/graph-ts", "version": "0.37.0-alpha-20241213044247-4979c92c271726627d31b45f2ba008640d2aca00", "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph", "main": "index.ts", "module": "index.ts", "types": "index.ts", "dependencies": { "assemblyscript": "0.27.31" }, "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" } }