UNPKG

dax

Version:
39 lines (38 loc) 859 B
{ "name": "dax", "version": "0.1.27", "description": "A Lisp for JavaScript", "main": "index.js", "bin": { "dax": "bin/cli.js" }, "scripts": { "clean": "git checkout lib.js", "build": "node . -c lib.l -o lib.js", "rebuild": "npm run clean && npm run build", "test": "npm run build && node . test.l", "start": "node bin/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/lyescript/dax.git" }, "keywords": [ "lumen", "dax", "lisp", "js", "javascript", "compiler" ], "author": "Shawn Presser <shawnpresser@gmail.com>", "contributors": [ "Scott Bell <scott@sctsm.com>" ], "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/lyescript/dax/issues" }, "homepage": "https://github.com/lyescript/dax#readme", "dependencies": {} }