-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "arc-agent-contracts",
"version": "1.0.0",
"description": "Arc Machina smart contracts – compiled artifacts committed; reinstall Hardhat when new deployments needed",
"private": true,
"scripts": {
"audit": "npm audit",
"smoke:prod": "node scripts/prodSmoke.js",
"smoke:defi": "cd backend && npm run smoke:defi-full",
"smoke:automation:live": "cd backend && npx -y @railway/cli run --service backend -- node scripts/automationLiveSmoke.js",
"frontend:dev": "cd frontend && npm run dev",
"frontend:build": "cd frontend && npm run build",
"backend:dev": "cd backend && npm run dev",
"backend:start": "cd backend && npm start",
"docker:up": "docker-compose up -d",
"docker:down": "docker-compose down"
}
}