UNPKG

694 BJSONView Raw
1{
2 "name": "@graphprotocol/graph-ts",
3 "version": "0.29.2-alpha-20230119222512-1f0b6fa",
4 "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
5 "main": "index.ts",
6 "module": "index.ts",
7 "types": "index.ts",
8 "files": [
9 "README.md"
10 ],
11 "dependencies": {
12 "assemblyscript": "0.19.10"
13 },
14 "devDependencies": {
15 "prettier": "^2.4.1"
16 },
17 "ascMain": "index.ts",
18 "scripts": {
19 "build": "asc --explicitStart --exportRuntime --runtime stub index.ts helper-functions.ts --lib graph-ts -b index.wasm",
20 "format": "prettier --write -c **/*.{js,ts}",
21 "lint": "prettier -c **/*.{js,ts}",
22 "test": "node test/test.js"
23 }
24}
\No newline at end of file