@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-20241215184907-84e5702e82b6db966ab3d32f81cb41dd635c675b",
"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"
}
}