forked from smartcontractkit/rwa-tokenization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "rwa-tokenization",
"version": "1.0.0",
"description": "RWA tokenization using Chainlink Functions on Avalanche.",
"main": "index.js",
"repository": "https://github.com/SmartContractKit/rwa-tokenization.git",
"author": "Buns Enchantress <[email protected]>",
"license": "MIT",
"dependencies": {
"@vercel/kv": "^2.0.0"
},
"scripts": {
"prepare": "cd apps/frontend && yarn && cd ../server && yarn && cd ../contracts && yarn && yarn signin",
"setup": "cd apps/contracts && yarn setup",
"build": "cd apps/contracts && make && yarn build && cd ../frontend && yarn build",
"deploy": "cd apps/contracts && yarn deploy",
"create": "cd apps/contracts && yarn sub:create",
"assign": "cd apps/contracts && yarn assign",
"serve": "cd apps/server && yarn start",
"show": "cd apps/frontend && yarn dev"
}
}