lispToMmix/package.json

20 lines
382 B
JSON
Raw Normal View History

2022-10-14 19:30:47 +02:00
{
"name": "lisptommix",
"version": "0.0.1",
"description": "",
"main": "main.js",
"type":"module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@jusax.de:jusax23/lispToMmix.git"
},
"author": "jusax23",
"license": "UNLICENSED",
"dependencies": {
"fs": "^0.0.1-security"
}
}