63 lines
1.6 KiB
JSON
63 lines
1.6 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/nock": "^11.1.0",
|
|
"@types/node": "^15.3.0",
|
|
"@types/node-fetch": "^2.5.10",
|
|
"@types/pino": "^6.3.8",
|
|
"@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",
|
|
"form-data": "^3.0.1",
|
|
"mocha": "^8.4.0",
|
|
"nock": "^13.0.11",
|
|
"node-fetch": "^2.6.1",
|
|
"pino": "^6.11.3",
|
|
"prettier": "^2.3.0",
|
|
"sinon-chai": "^3.6.0",
|
|
"tmp-promise": "^3.0.2",
|
|
"ts-dedent": "^2.1.1",
|
|
"ts-node": "^9.1.1",
|
|
"ts-sinon": "^2.0.1",
|
|
"tsc-watch": "^4.2.9",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai-string": "^1.4.2",
|
|
"@types/ws": "^7.4.4"
|
|
}
|
|
}
|