forked from jobbykingz/Verinode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
1 lines (1 loc) · 1.61 KB
/
package.json
File metadata and controls
1 lines (1 loc) · 1.61 KB
1
{"name":"verinode","version":"0.1.0","description":"Verinode - Web3 infrastructure for issuing and verifying cryptographic proofs on Stellar","scripts":{"install:all":"npm install && cd contracts && cargo build && cd ../backend && npm install && cd ../frontend && npm install","build":"npm run build:contracts && npm run build:backend && npm run build:frontend","build:contracts":"cd contracts && cargo build --release","build:backend":"cd backend && npm run build","build:frontend":"cd frontend && npm run build","test":"npm run test:contracts && npm run test:backend && npm run test:frontend","test:contracts":"cd contracts && cargo test","test:backend":"cd backend && npm test","test:frontend":"cd frontend && npm test","dev":"concurrently \"npm run dev:backend\" \"npm run dev:frontend\"","dev:backend":"cd backend && npm run dev","dev:frontend":"cd frontend && npm start","deploy:local":"cd contracts && soroban contract deploy --network standalone","deploy:testnet":"cd contracts && soroban contract deploy --network testnet","lint":"npm run lint:backend && npm run lint:frontend","lint:backend":"cd backend && npm run lint","lint:frontend":"cd frontend && npm run lint"},"devDependencies":{"concurrently":"^8.2.2"},"keywords":["stellar","soroban","web3","blockchain","verification","proofs","cryptographic"],"author":"Verinode Team","license":"MIT","repository":{"type":"git","url":"https://github.com/Great-2025/Verinode.git"},"bugs":{"url":"https://github.com/Great-2025/Verinode/issues"},"homepage":"https://github.com/Great-2025/Verinode#readme","dependencies":{"express-validator":"^7.2.0"},"engines":{"node":">=18.0.0","npm":">=9.0.0"}}