command-parser/package.json

17 lines
429 B
JSON
Raw Normal View History

2022-07-28 21:06:03 +02:00
{
2022-07-29 13:17:01 +02:00
"name": "commandparser",
2022-07-29 13:49:23 +02:00
"version": "1.0.3",
2022-07-28 21:06:03 +02:00
"description": "Parser meant to parse commands and their options for discord bots",
"main": "index.ts",
"author": "Navy.gif",
"license": "MIT",
"private": false,
"devDependencies": {
2022-07-29 13:17:01 +02:00
"@types/node": "^18.6.2",
2022-07-28 21:06:03 +02:00
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"typescript": "^4.7.4"
}
}