univera-js-sample/package.json

20 lines
458 B
JSON

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