-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
26 lines (26 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "alpaca-vault-subgraph",
"version": "1.0.0",
"repository": "https://github.com/NFTGalaxy/alpaca-vault-subgraph",
"license": "GPL-3.0-or-later",
"scripts": {
"codegen": "graph codegen --output-dir src/types/",
"build": "graph build",
"create-local": "graph create nftgalaxy/alpaca-vault-subgraph --node http://127.0.0.1:8020",
"deploy-local": "graph deploy nftgalaxy/alpaca-vault-subgraph --debug --ipfs http://localhost:5001 --node http://127.0.0.1:8020",
"remove-local": "graph remove nftgalaxy/alpaca-vault-subgraph --node http://127.0.0.1:8020",
"deploy": "graph deploy --product hosted-service NFTGalaxy/alpaca-vault-subgraph"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.0",
"@graphprotocol/graph-ts": "^0.20.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.1.0",
"node-forge": "^0.10.0",
"prettier": "^2.0.0",
"typescript": "^4.0.0",
"yargs-parser": "^18.1.2"
}
}