Newer
Older
"url": "git+https://github.com/BenediktMagnus/Wichtelbot.git"
"build": "tsc -p scripts/tsconfig.json",
"build:release": "tsc -p scripts/tsconfig.release.json",
"clean": "rm -rf build && rm -rf coverage",
"coverage": "nyc npm run test",
"coverage:coveralls": "nyc --reporter=lcov npm run test",
"coverage:text": "nyc --reporter=text npm run test",
"lint": "npm run lint:scripts && npm run lint:tests",
"lint:scripts": "cd scripts && eslint .",
"lint:tests": "cd tests && eslint .",
"prepack": "npm run clean && npm run build:release",
"test": "mocha -r ts-node/register/transpile-only -t 12000 'tests/**/*.ts'"
"discord-api-types": "0.24.0",
},
"devDependencies": {
"@types/chai": "4.2.22",
"@types/mocha": "9.0.0",
"@types/node": "16.11.6",
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
"eslint": "8.1.0",
"ts-mockito": "2.6.1",
},
"files": [
"build",
"config/*.default",
"data/*.sql",
"docs",
"locale",
"LICENSE",
"README.md"
],
"private": true