@graphprotocol/graph-ts
Version:
TypeScript/AssemblyScript library for writing subgraph mappings for The Graph
17 lines • 629 B
JSON
{
"name": "@graphprotocol/graph-ts",
"version": "0.37.0-alpha-20241213005855-9310fa9b885bccdb0aa8ca29cee59c5c3e99ffb4",
"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"
}
}