-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"name": "essign",
"version": "0.0.1",
"description": "Meaningfully simple signature economies",
"private": true,
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kernel-community/essign.git"
},
"keywords": [
"signatures",
"meaning",
"stewardship"
],
"author": "andytudhope, angelagilhotra, malayvasa, danishabbir, noskovvkirill",
"license": "MIT",
"bugs": {
"url": "https://github.com/kernel-community/essign/issues"
},
"homepage": "https://github.com/kernel-community/essign#readme",
"scripts": {
"start": "yarn workspace dapp start",
"build": "yarn workspace dapp build",
"format": "yarn workspace dapp format",
"lint": "yarn workspace dapp lint",
"test": "yarn workspace hardhat test",
"localnode": "yarn workspace hardhat localnode",
"deployl": "yarn workspace hardhat deployl",
"mettasign:start": "yarn workspace metta-sign start",
"mettasign:build": "yarn workspace metta-sign build"
}
}