{ "name": "u-js-sample", "version": "0.1.0", "description": "A small universa-core2 Node.js sample.", "type": "module", "private": true, "bin": { "u-js-sample": "./src/index.js" }, "scripts": { "start": "node src/index.js", "test:network": "bash scripts/test-network.sh", "check": "node --check src/index.js", "test": "npm run check && npm run test:network" }, "engines": { "node": ">=20" }, "dependencies": { "universa-core2": "2.0.0-alpha.1" } }