UNPKG

skimjs

Version:
37 lines (36 loc) 752 B
{ "name": "skimjs", "version": "0.0.23", "description": "Skim CLI", "keywords": [ "scheme", "language", "interpreter", "skim" ], "author": "muratg", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/muratg/skim" }, "main": "bin/skimb.js", "bin": { "skim": "bin/skimb.js" }, "files": [ "bin" ], "publishConfig": { "access": "public" }, "dependencies": {}, "devDependencies": { "pureable": "0.0.4" }, "scripts": { "clean": "rm -rf package-lock.json && rm -rf node_modules && rm bin/skimb.js && npm i", "bundle": "pbundle src/skim.js src/repl.js > bin/skimb.js && chmod +x bin/skimb.js", "build": "npm run clean && npm run bundle" } }