20 lines
439 B
JSON
20 lines
439 B
JSON
{
|
|
"name": "u-js-sample",
|
|
"version": "0.1.0",
|
|
"description": "A minimal universa-core2 network smoke test.",
|
|
"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"
|
|
}
|
|
}
|