56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@dyno.gg/moderation",
|
|
"version": "1.5.7",
|
|
"description": "Moderation 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-moderation.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FlexLabs/Dyno-moderation/issues"
|
|
},
|
|
"homepage": "https://github.com/FlexLabs/Dyno-moderation#readme",
|
|
"dependencies": {
|
|
"async-each": "^1.0.1",
|
|
"moment": "^2.19.1",
|
|
"moment-duration-format": "^1.3.0",
|
|
"moment-timezone": "^0.5.13",
|
|
"source-map-support": "^0.4.18"
|
|
},
|
|
"peerDependencies": {
|
|
"@dyno.gg/dyno-core": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@dyno.gg/dyno-core": "^1.2.0",
|
|
"@dyno.gg/eris": "^0.8.11",
|
|
"@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"
|
|
}
|
|
}
|