UNPKG

@graphprotocol/graph-ts

Version:

TypeScript/AssemblyScript library for writing subgraph mappings for The Graph

26 lines 840 B
{ "name": "@graphprotocol/graph-ts", "version": "0.38.0-alpha-20250216174636-ac26163d8a7a1320ceccb00a620d00fe724e44ec", "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph", "repository": { "type": "git", "url": "https://github.com/graphprotocol/graph-tooling.git", "directory": "packages/ts" }, "main": "index.ts", "module": "index.ts", "types": "index.ts", "dependencies": { "assemblyscript": "0.27.31" }, "publishConfig": { "access": "public", "provenance": true }, "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" } }