{ "name": "@samvv/bolt", "version": "0.0.1", "description": "A programming language for rapid prototyping", "main": "lib/index.js", "scripts": { "test": "mocha lib/test" }, "author": "Sam Vervaeck ", "license": "GPL-3.0", "repository": "https://github.com/samvv/Bolt", "dependencies": { "pegjs": "^0.11.0-master.b7b87ea" } }