sovereign-agi-kernel / runtime /package.json
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/sovereign-agi-kernel
1cdfc83 verified
Raw
History Blame Contribute Delete
354 Bytes
{
"name": "erdos-straus-dss-runtime",
"version": "1.0.0",
"type": "module",
"description": "Runtime demonstration of Erdos-Straus DSS greedy bound applications",
"main": "main.mjs",
"scripts": {
"start": "node main.mjs",
"test": "node main.mjs"
},
"author": "Ahmad Parr <ahmedparr93@gmail.com>",
"license": "MIT"
}