@graphprotocol/graph-ts
Version:
TypeScript/AssemblyScript library for writing subgraph mappings for The Graph
18 lines • 607 B
JSON
{
"name": "@graphprotocol/graph-ts",
"version": "0.36.0-alpha-20241203152341-8f72d02",
"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"
}
}