lambdaworld-archive/package.json

17 lines
332 B
JSON

{
"name": "lambdaworld",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"shift-ast": "^7.0.0",
"shift-parser": "^8.0.0",
"shift-reducer": "^7.0.0"
}
}