slashcmd
Version:
A minimal slash-command parser.
24 lines (23 loc) • 443 B
JSON
{
"name": "slashcmd",
"version": "1.1.3",
"description": "A minimal slash-command parser.",
"main": "index.js",
"module": "index.mjs",
"scripts": {
"test": "node test.js"
},
"keywords": [
"slash-command",
"parser"
],
"author": "thebest12lines",
"license": "MIT",
"dependencies": {
"slashcmd": "file:"
},
"repository": {
"type": "git",
"url": "https://github.com/thebest12dev/slashcmd"
}
}