Newer
Older
"url": "git+https://github.com/BenediktMagnus/Wichtelbot.git"
"build": "./node_modules/.bin/tsc -p scripts/tsconfig.json",
"build:release": "./node_modules/.bin/tsc -p scripts/tsconfig.release.json",
"clean": "rm -rf build && rm -rf coverage",
"coverage": "./node_modules/.bin/nyc npm run test",
"coverage:coveralls": "./node_modules/.bin/nyc --reporter=lcov npm run test",
"coverage:text": "./node_modules/.bin/nyc --reporter=text npm run test",
"lint": "npm run lint:scripts && npm run lint:tests",
"lint:scripts": "cd scripts && ../node_modules/.bin/eslint .",
"lint:tests": "cd tests && ../node_modules/.bin/eslint .",
"prepack": "npm run clean && npm run build:release",
"test": "./node_modules/.bin/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",