-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1.13 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
{
"name": "loudverse",
"version": "1.0.0",
"private": "true",
"description": "Be seen. Be heard. Be experienced.",
"main": "index.js",
"scripts": {
"prettier": "yarn next:prettier && yarn hh:prettier",
"next:prettier": "yarn workspace next-app prettier",
"next:dev": "yarn workspace next-app dev",
"next:build": "yarn workspace next-app build",
"next:start": "yarn workspace next-app start",
"hh:prettier": "yarn workspace hardhat prettier",
"hh:test": "yarn workspace hardhat hardhat test",
"hh:deploy": "yarn workspace hardhat deploy",
"graph:codegen": "yarn workspace subgraph codegen",
"graph:build": "yarn workspace subgraph build",
"graph:deploy-local": "yarn workspace subgraph deploy-local",
"graph:deploy": "yarn workspace subgraph deploy-hosted"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neodaoist/loudverse.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/neodaoist/loudverse/issues"
},
"workspaces": [
"packages/*"
],
"homepage": "https://github.com/neodaoist/loudverse#readme"
}