generated from lakshh07/Web3-Starter-Kit
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.09 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": "space_",
"version": "1.0.0",
"license": "MIT",
"private": true,
"author": "Lakshay Maini",
"keywords": [
"ethereum",
"next",
"hardhat",
"rainbow",
"polygon",
"uniswap",
"workspaces",
"yarn"
],
"scripts": {
"next-app:build": "yarn workspace @web3-starter-kit/next-app build",
"next-app:start": "yarn workspace @web3-starter-kit/next-app start",
"next-app:dev": "yarn workspace @web3-starter-kit/next-app dev",
"build": "yarn workspace @web3-starter-kit/next-app build",
"start": "yarn workspace @web3-starter-kit/next-app start",
"dev": "yarn workspace @web3-starter-kit/next-app dev",
"fork": "yarn workspace @web3-starter-kit/hardhat fork",
"node": "yarn workspace @web3-starter-kit/hardhat chain",
"test": "yarn workspace @web3-starter-kit/hardhat test",
"compile": "yarn workspace @web3-starter-kit/hardhat compile",
"deploy": "yarn workspace @web3-starter-kit/hardhat deploy",
"verify": "yarn workspace @web3-starter-kit/hardhat verify"
},
"workspaces": [
"packages/*"
],
"dependencies": {}
}