{ "name": "@samvv/bolt", "version": "0.0.1", "description": "A programming language for rapid prototyping", "main": "lib/index.js", "bin": { "bolt": "build/bin/bolt.js", "bolt-test": "build/bin/bolt-test.js" }, "scripts": { "watch": "webpack --watch --config webpack.dev.js", "prepare": "webpack --config webpack.prod.js", "test": "node lib/bin/bolt-test.js", "generate-ast": "tsastgen src/ast-spec.ts:src/ast.ts", "update-lkg": "node lib/bin/bolt-test.js create-snapshot lkg" }, "author": "Sam Vervaeck ", "license": "GPL-3.0", "repository": "https://github.com/samvv/Bolt", "dependencies": { "@types/commonmark": "^0.27.4", "@types/diff": "^4.0.2", "@types/fs-extra": "^9.0.1", "@types/glob": "^7.1.2", "@types/js-yaml": "^3.12.4", "@types/microtime": "^2.1.0", "@types/minimist": "^1.2.0", "@types/node": "^14.0.13", "@types/ora": "^3.2.0", "@types/semver": "^7.2.0", "@types/uuid": "^8.0.0", "@types/yargs": "^15.0.5", "chalk": "^4.1.0", "commonmark": "^0.29.1", "diff": "^4.0.2", "fs-extra": "^9.0.1", "glob": "^7.1.6", "js-yaml": "^3.14.0", "microtime": "^3.0.0", "minimist": "^1.2.5", "moment": "^2.26.0", "ora": "^4.0.4", "reflect-metadata": "^0.1.13", "semver": "^7.3.2", "source-map-support": "^0.5.19", "uuid": "^8.1.0", "yargs": "^15.3.1" }, "devDependencies": { "@babel/core": "^7.10.2", "@babel/plugin-proposal-class-properties": "^7.10.1", "@types/chai": "^4.2.11", "@types/tape": "^4.13.0", "babel-loader": "^8.1.0", "concurrently": "^5.2.0", "tap-min": "^2.0.0", "tape": "^5.0.1", "ts-loader": "^7.0.5", "typescript": "^3.9.5", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" } }