dyno-bot/Dyno-automod-master/package.json
2020-09-12 19:08:48 +01:00

58 lines
1.5 KiB
JSON

{
"name": "@dyno.gg/automod",
"version": "1.3.8",
"description": "Automod module for use in Dyno.",
"engineStrict": true,
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"clean": "rimraf coverage build tmp",
"build": "tsc -p tsconfig.json",
"watch": "tsc -w -p tsconfig.json",
"lint": "tslint -t stylish --type-check --project 'tsconfig.json'",
"pretest": "npm run lint",
"test": "npm run test-only",
"test-only": "jest --coverage",
"test:watch": "jest --watch"
},
"main": "build/index.js",
"author": "Brian Tanner <brian@tanner.io>",
"repository": {
"type": "git",
"url": "https://github.com/FlexLabs/Dyno-automod.git"
},
"bugs": {
"url": "https://github.com/FlexLabs/Dyno-automod/issues"
},
"homepage": "https://github.com/FlexLabs/Dyno-automod#readme",
"dependencies": {
"@dyno.gg/dyno-core": "^1.1.4",
"@dyno.gg/moderation": "^1.2.2",
"async-each": "^1.0.1",
"emoji-regex": "^6.5.1",
"moment": "^2.19.1",
"snowtransfer": "^0.2.1",
"source-map-support": "^0.4.18"
},
"devDependencies": {
"@dyno.gg/eris": "^0.8.2",
"@types/jest": "^21.1.0",
"@types/node": "^8.0.30",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.2",
"rimraf": "~2.6.1",
"ts-jest": "^21.0.1",
"tslib": "~1.7.1",
"tslint": "~5.7.0",
"tslint-microsoft-contrib": "~5.0.1",
"tsutils": "~2.8.2",
"typescript": "^2.5.2"
},
"peerDependencies": {
"@dyno.gg/dyno-core": "^1.0.0",
"@dyno.gg/moderation": "^1.0.0"
}
}