This repository has been archived by the owner on Mar 30, 2019. It is now read-only.
forked from discordjs/Commando
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.29 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"_args": [
[
"git://github.com/aeioubot/Commando.git",
"C:\\Users\\Blue\\Documents\\aeiou"
]
],
"_from": "git://github.com/aeioubot/Commando.git",
"_id": "discord.js-commando@git://github.com/aeioubot/Commando.git#24fd2e6b8df50c56f5dc4301b73f2cff1e2503ec",
"_inBundle": false,
"_integrity": "",
"_location": "/discord.js-commando",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git://github.com/aeioubot/Commando.git",
"rawSpec": "git://github.com/aeioubot/Commando.git",
"saveSpec": "git://github.com/aeioubot/Commando.git",
"fetchSpec": "git://github.com/aeioubot/Commando.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git://github.com/aeioubot/Commando.git#24fd2e6b8df50c56f5dc4301b73f2cff1e2503ec",
"_spec": "git://github.com/aeioubot/Commando.git",
"_where": "C:\\Users\\Blue\\Documents\\aeiou",
"author": {
"name": "Schuyler Cebulskie",
"email": "[email protected]",
"url": "https://gawdl3y.com/"
},
"bugs": {
"url": "https://github.com/Gawdl3y/discord.js-commando/issues"
},
"dependencies": {
"common-tags": "^1.0.0",
"escape-string-regexp": "^1.0.0",
"require-all": "^2.0.0"
},
"description": "The official command framework for Discord.js",
"devDependencies": {
"@types/node": "^7.0.0",
"discord.js-docgen": "github:hydrabolt/discord.js-docgen",
"eslint": "^4.0.0",
"jsdoc-strip-async-await": "^0.1.0",
"typescript": "^2.0.0"
},
"engines": {
"node": ">=7.6.0"
},
"homepage": "https://github.com/Gawdl3y/discord.js-commando#readme",
"keywords": [
"discord",
"bot",
"commands"
],
"license": "Apache-2.0",
"main": "src/index",
"name": "discord.js-commando",
"peerDependencies": {
"discord.js": "^11.2.0",
"sqlite": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gawdl3y/discord.js-commando.git"
},
"scripts": {
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json --jsdoc jsdoc.json",
"docs:test": "docgen --source src --custom docs/index.yml --jsdoc jsdoc.json",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"test": "npm run lint && npm run docs:test"
},
"types": "./typings/index.d.ts",
"version": "0.9.0"
}