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-20241212225743-e46e5246f0f9902f8065b3d2d7770a5aa0cb69d4", "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" } }