lispToMmix/package.json

20 lines
458 B
JSON

{
"name": "lisptommix",
"version": "0.0.1",
"description": "",
"main": "main.js",
"type":"module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node . test.lisp test.mms && mmixal test.mms && mmix test.mmo"
},
"repository": {
"type": "git",
"url": "git@jusax.de:jusax23/lispToMmix.git"
},
"author": "jusax23",
"license": "UNLICENSED",
"dependencies": {
"fs": "^0.0.1-security"
}
}