fez-lisp
Version:
Lisp interpreted & compiled to JavaScript
35 lines (34 loc) • 894 B
JSON
{
"name": "fez-lisp",
"description": "Lisp interpreted & compiled to JavaScript",
"author": "AT290690",
"version": "1.5.201",
"type": "module",
"main": "index.js",
"keywords": [
"lisp",
"expressions",
"programming-language",
"interpreter",
"compiler"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AT-290690/fez.git"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "none"
},
"scripts": {
"build": "node ./lib/builder.js",
"fez": "node main.js",
"test": "mocha",
"examples": "node ./examples/2015/test.spec.js && node ./examples/2019/test.spec.js && node ./examples/2020/test.spec.js && node ./examples/2021/test.spec.js && node ./examples/2023/test.spec.js && node ./examples/2024/test.spec.js"
},
"license": "MIT",
"devDependencies": {
"mocha": "^10.2.0"
}
}