@yamdbf/dm-manager
Version:
YAMDBF plugin for viewing and replying to DMs sent to your discord bot
44 lines (43 loc) • 1.21 kB
JSON
{
"name": "@yamdbf/dm-manager",
"version": "1.0.1-indev.ea708d4995b717eaf1d09bc62d093ff308cb54fc",
"description": "YAMDBF plugin for viewing and replying to DMs sent to your discord bot",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "gulp",
"lint": "tslint './src/**/*.ts'",
"package": "gulp pkg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zajrik/yamdbf-dm-manager.git"
},
"keywords": [
"discord",
"bot",
"yamdbf",
"node"
],
"author": "Zackary Campbell <zajrik@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zajrik/yamdbf-dm-manager/issues"
},
"homepage": "https://github.com/zajrik/yamdbf-dm-manager#readme",
"devDependencies": {
"@discord-samba/eslint-config": "github:discord-samba/eslint-config",
"@yamdbf/core": "^4.0.0-indev.30529eed34509f7ba401a94161227c2c92b5d60e",
"@types/node": "^14.14.13",
"del": "^6.0.0",
"eslint": "^6.5.1",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"typescript": "^3.7.2"
},
"eslintConfig": {
"extends": "@discord-samba"
}
}