lispToMmix/package.json

22 lines
494 B
JSON
Raw Normal View History

2022-10-14 19:30:47 +02:00
{
"name": "lisptommix",
"version": "0.0.1",
"description": "",
"main": "main.js",
2022-10-21 23:57:06 +02:00
"type": "module",
2022-10-14 19:30:47 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2022-10-21 23:57:06 +02:00
"run": "node . testfun.lisp testfun.mms && mmixal testfun.mms && mmix testfun.mmo"
2022-10-14 19:30:47 +02:00
},
"repository": {
"type": "git",
"url": "git@jusax.de:jusax23/lispToMmix.git"
},
"author": "jusax23",
"license": "UNLICENSED",
"dependencies": {
2022-10-21 23:57:06 +02:00
"fs": "^0.0.1-security",
"path": "^0.12.7"
2022-10-14 19:30:47 +02:00
}
}