57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "@dyno.gg/modules",
|
|
"version": "1.5.12",
|
|
"description": "Collection of modules 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-modules.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FlexLabs/Dyno-modules/issues"
|
|
},
|
|
"homepage": "https://github.com/FlexLabs/Dyno-modules#readme",
|
|
"dependencies": {
|
|
"@dyno.gg/dyno-core": "^1.0.0",
|
|
"async-each": "^1.0.1",
|
|
"cleverbot-node": "^0.3.11",
|
|
"emoji-regex": "^6.5.1",
|
|
"moment": "^2.19.1",
|
|
"moment-duration-format": "^1.3.0",
|
|
"moment-timezone": "^0.5.13",
|
|
"sherlockjs": "^1.3.7",
|
|
"source-map-support": "^0.4.18"
|
|
},
|
|
"devDependencies": {
|
|
"@dyno.gg/eris": "^0.8.2",
|
|
"@types/jest": "^21.1.0",
|
|
"@types/moment-duration-format": "^1.3.8",
|
|
"@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.3"
|
|
}
|
|
}
|