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-20250211183825-802768a7b811892d1c945e88491926e436413436", "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" } }