command-parser/package.json
2022-07-29 23:22:29 +03:00

23 lines
523 B
JSON

{
"name": "commandparser",
"version": "1.0.24",
"description": "Parser meant to parse commands and their options for discord bots",
"main": "build/index.js",
"author": "Navy.gif",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/node": "^18.6.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"typescript": "^4.7.4"
},
"files": [
"build"
],
"scripts": {
"release": "tsc && yarn publish"
}
}