| { | |
| "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" | |
| } | |