-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 969 Bytes
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
{
"name": "robinode",
"version": "0.2.0",
"private": true,
"description": "The first agentic RWA network on Robinhood Chain \u2014 open-source starter",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rnode-dev/robinode.git"
},
"homepage": "https://robinode.xyz",
"bugs": {
"url": "https://github.com/rnode-dev/robinode/issues"
},
"scripts": {
"dev": "pnpm --filter @robinode/web dev",
"build": "pnpm --filter @robinode/web build",
"start": "pnpm --filter @robinode/web start",
"db:push": "pnpm --filter @robinode/web db:push",
"db:generate": "pnpm --filter @robinode/web db:generate",
"contracts:test": "cd packages/contracts && forge test",
"contracts:build": "cd packages/contracts && forge build",
"deploy:mainnet": "./scripts/deploy-mainnet.sh",
"start:prod": "./scripts/start-prod.sh"
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@9.15.0"
}