UNPKG

1.09 kBJSONView Raw
1{
2 "name": "aidyn",
3 "version": "0.2.21",
4 "description": "Aidyn: Discord Bot Framework",
5 "homepage": "https://github.com/PaulEndri/aidyn#readme",
6 "main": "dist/index.js",
7 "scripts": {
8 "test": "mocha -r ts-node/register src/**/*.spec.ts",
9 "docs": "node_modules/.bin/typedoc --theme markdown --out documentation/ ./src/ --includeDeclarations --excludeExternals --name Aidyn --target es2017"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/PaulEndri/aidyn"
14 },
15 "author": "Juan Sedano",
16 "license": "MIT",
17 "dependencies": {
18 "discord.js": "^11.4.2",
19 "dotenv": "^6.1.0",
20 "mongoose": "^5.3.11"
21 },
22 "devDependencies": {
23 "@types/chai": "^4.1.7",
24 "@types/dotenv": "^6.1.0",
25 "@types/mocha": "^5.2.5",
26 "@types/mongodb": "^3.1.14",
27 "@types/mongoose": "^5.3.1",
28 "chai": "^4.2.0",
29 "mocha": "^5.2.0",
30 "ts-node": "^7.0.1",
31 "typedoc": "^0.13.0",
32 "typedoc-plugin-external-module-name": "^1.1.3",
33 "typedoc-plugin-markdown": "^1.1.19",
34 "typescript": "^3.1.6",
35 "typescript-tools": "^0.3.1"
36 }
37}