-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@yamdbf/dm-manager",
"version": "1.0.1",
"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 <[email protected]>",
"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"
}
}