UNPKG

1.09 kBJSONView Raw
1{
2 "name": "dd-botkit",
3 "version": "1.0.68",
4 "main": "out/index.js",
5 "repository": "https://github.com/dynastic/bot.git",
6 "author": "Dynastic Development <hello@dynastic.co>",
7 "license": "AGPLv3",
8 "private": false,
9 "files": [
10 "/out"
11 ],
12 "dependencies": {
13 "biguint-format": "^1.0.0",
14 "discord.js": "^11.3.2",
15 "flake-idgen": "^1.1.0",
16 "flat": "^4.1.0",
17 "fs-extra": "^7.0.0",
18 "typeorm": "^0.2.7",
19 "winston": "2.4.0"
20 },
21 "devDependencies": {
22 "@types/chai": "^4.1.7",
23 "@types/flake-idgen": "^0.1.30",
24 "@types/flat": "^0.0.28",
25 "@types/fs-extra": "^5.0.4",
26 "@types/mocha": "^5.2.5",
27 "@types/winston": "2.3.7",
28 "chai": "^4.2.0",
29 "mocha": "^5.2.0",
30 "ts-node": "^7.0.1",
31 "typescript": "^3.2.2"
32 },
33 "scripts": {
34 "build": "tsc -p .",
35 "watch": "tsc -p . --watch",
36 "clean": "rm -rf out",
37 "reset": "npm run clean && rm -rf node_modules && rm -rf yarn.lock",
38 "prepack": "npm run clean && npm run build",
39 "test": "mocha --timeout 15000 -r ts-node/register tests/**/*.test.ts"
40 }
41}