UNPKG

accelerator-tool

Version:

The Accelerator devtool. Generally invoked with accelerator-tool, npx accelerator-tool, or xlr8r.

41 lines (40 loc) 1.05 kB
{ "name": "accelerator-tool", "version": "0.4.0", "description": "The Accelerator devtool. Generally invoked with accelerator-tool, npx accelerator-tool, or xlr8r.", "author": "furkle", "license": "GPL-3.0", "main": "index.js", "keywords": [ "accelerator", "if", "hypertext", "fiction" ], "dependencies": { "chalk": "^2.4.2", "colorful-logging": "^1.2.2", "commander": "^2.19.0", "esm": "^3.2.7", "fs-extra": "^7.0.1", "handlebars": "^4.7.2", "hasbin": "^1.2.3", "ifid": "^1.1.1", "ts-assertions": "^1.0.11", "validate-npm-package-name": "^3.0.0" }, "devDependencies": { "jest": "^24.1.0" }, "scripts": { "test": "jest" }, "bugs": { "url": "https://github.com/furkleindustries/accelerator-tool-cli/issues" }, "homepage": "https://github.com/furkleindustries/accelerator-tool-cli#readme", "repository": { "type": "git", "url": "git+https://github.com/furkleindustries/accelerator-tool-cli.git" } }