{ "name": "@samvv/bolt", "version": "0.0.1", "description": "A programming language for rapid prototyping", "main": "lib/index.js", "bin": { "bolt": "lib/bin/bolt.js", "bolt-treegen": "lib/bin/bolt-treegen.js" }, "scripts": { "test": "mocha lib/test" }, "author": "Sam Vervaeck ", "license": "GPL-3.0", "repository": "https://github.com/samvv/Bolt", "dependencies": { "@types/fs-extra": "^8.1.0", "@types/node": "^13.13.5", "@types/xregexp": "^4.3.0", "@types/yargs": "^15.0.4", "acorn": "^7.2.0", "fs-extra": "^9.0.0", "glob": "^7.1.6", "pegjs": "^0.11.0-master.b7b87ea", "reflect-metadata": "^0.1.13", "source-map-support": "^0.5.19", "xregexp": "^4.3.0", "yargs": "^15.3.1" }, "devDependencies": { "@types/chai": "^4.2.11", "@types/mocha": "^7.0.2", "chai": "^4.2.0", "mocha": "^7.1.2" } }