16 lines
399 B
JSON
16 lines
399 B
JSON
|
{
|
||
|
"name": "CommandParser",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Parser meant to parse commands and their options for discord bots",
|
||
|
"main": "index.ts",
|
||
|
"author": "Navy.gif",
|
||
|
"license": "MIT",
|
||
|
"private": false,
|
||
|
"devDependencies": {
|
||
|
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
||
|
"@typescript-eslint/parser": "^5.31.0",
|
||
|
"eslint": "^8.20.0",
|
||
|
"typescript": "^4.7.4"
|
||
|
}
|
||
|
}
|