lispToMmix/package.json
2022-10-21 23:57:06 +02:00

21 lines
494 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 . testfun.lisp testfun.mms && mmixal testfun.mms && mmix testfun.mmo"
},
"repository": {
"type": "git",
"url": "git@jusax.de:jusax23/lispToMmix.git"
},
"author": "jusax23",
"license": "UNLICENSED",
"dependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
}