stitchscript
Version:
Text based parser for Discord bots.
31 lines (30 loc) • 650 B
JSON
{
"name": "stitchscript",
"version": "1.0.1",
"description": "Text based parser for Discord bots.",
"main": "src/index",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Soumil07/stitchscript.git"
},
"keywords": [
"tags",
"renderer",
"custom-commands",
"discord"
],
"author": "Soumil07 (Stitch)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Soumil07/stitchscript/issues"
},
"homepage": "https://github.com/Soumil07/stitchscript#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}