-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 2.23 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "signature-economies",
"version": "0.0.9",
"description": "Meaningful economies of sign",
"private": true,
"workspaces": ["packages/*"],
"repository": {
"type": "git",
"url": "git+https://github.com/kernel-community/signature-economies.git"
},
"keywords": [
"signatures",
"meaning",
"stewardship"
],
"author": "andytudhope, angelagilhotra, malayvasa, danishabbir, noskovvkirill",
"license": "MIT",
"bugs": {
"url": "https://github.com/kernel-community/signature-economies/issues"
},
"homepage": "https://github.com/kernel-community/signature-economies#readme",
"scripts": {
"dapp:start": "yarn workspace dapp start",
"dapp:build": "yarn workspace dapp build",
"dapp:test": "yarn workspace dapp test",
"dapp:format": "yarn workspace dapp format",
"dapp:lint": "yarn workspace dapp lint",
"hardhat:clean": "yarn workspace hardhat clean",
"hardhat:compile": "yarn workspace hardhat compile",
"hardhat:watch": "yarn workspace hardhat watch",
"hardhat:localnode": "yarn workspace hardhat localnode",
"hardhat:test": "yarn workspace hardhat test",
"hardhat:coverage": "yarn workspace hardhat coverage",
"hardhat:deploylocal": "yarn workspace hardhat deploylocal",
"hardhat:mintlocal": "yarn workspace hardhat mintlocal",
"hardhat:signlocal": "yarn workspace hardhat signlocal",
"hardhat:deployrinkeby": "yarn workspace hardhat deployrinkeby",
"hardhat:mintrinkeby": "yarn workspace hardhat mintrinkeby",
"hardhat:signrinkeby": "yarn workspace hardhat signrinkeby",
"hardhat:deploymain": "yarn workspace hardhat deploymain",
"hardhat:mintmain": "yarn workspace hardhat mintmain",
"hardhat:accounts": "yarn workspace hardhat accounts",
"hardhat:check": "yarn workspace hardhat checksol",
"hardhat:lint": "yarn workspace hardhat lint",
"mettasign:start": "yarn workspace metta-sign start",
"mettasign:build": "yarn workspace metta-sign build",
"subgraph:createlocal": "yarn workspace subgraph create:local",
"subgraph:deploylocal": "yarn workspace subgraph deploy:local",
"subgraph:createrinkeby": "yarn workspace subgraph create:rinkeby",
"subgraph:deployrinkeby": "yarn workspace subgraph deploy:rinkeby"
}
}