UNPKG

mu-format

Version:

A tool for formatting MUSHCode into something you can quote into your client.

24 lines (23 loc) 538 B
{ "name": "mu-format", "version": "0.6.8", "description": "A tool for formatting MUSHCode into something you can quote into your client.", "main": "index.js", "scripts": {}, "author": "Lemuel Canady, Jr", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lcanady/mu-format.git" }, "keywords": [ "MUSH", "MUX" ], "dependencies": { "axios": "^0.18.0", "lodash": "^4.17.11", "mu-queue": "^0.4.2", "string-replace-async": "^1.2.1" } }