routing/package.json
2021-05-19 12:55:10 +02:00

54 lines
1.4 KiB
JSON

{
"name": "discord",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
"directories": {
"test": "tests"
},
"scripts": {
"build": "tsc -p .",
"test": "env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
"lint": "eslint 'tests/**/*.ts' 'src/**/*.ts'"
},
"repository": {
"type": "git",
"url": "https://zeteo.me/gitea/amaury.joly/Discord.git"
},
"keywords": [
"Discord",
"listener-rss"
],
"author": "Amaury JOLY",
"license": "MIT",
"_id": "discord@1.0.0",
"dependencies": {
"@types/chai": "^4.2.18",
"@types/mocha": "^8.2.2",
"@types/node": "^15.3.0",
"@types/sinon-chai": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"chai": "^4.3.4",
"discord.js": "^12.5.3",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-prettier": "^3.4.0",
"mocha": "^8.4.0",
"prettier": "^2.3.0",
"sinon-chai": "^3.6.0",
"tmp-promise": "^3.0.2",
"ts-node": "^9.1.1",
"ts-sinon": "^2.0.1",
"tsc-watch": "^4.2.9",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/ws": "^7.4.4"
}
}