-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
{
"name": "outfox-discord-new",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"run": "node src/index.js",
"sync": "slash-up sync",
"sync:dev": "slash-up sync -e development",
"test": "jest",
"jestcache": "jest --clearCache"
},
"standard": {
"globals": [
"jest",
"describe",
"it",
"test",
"expect",
"beforeAll",
"afterEach"
]
},
"author": "Jorge Luiz Souza Xavier",
"license": "Apache License 2.0",
"devDependencies": {
"@flydotio/dockerfile": "^0.4.10",
"@types/jest": "^29.2.2",
"eslint": "^8.27.0",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"slash-up": "^1.2.1",
"standard": "^17.0.0"
},
"dependencies": {
"axios": "^1.2.2",
"cat-loggr": "^1.2.2",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"fastify": "^4.9.2",
"google-spreadsheet": "^3.3.0",
"node-uri": "^1.1.1",
"node-vibrant": "^3.2.1-alpha.1",
"slash-create": "^5.10.0",
"string-similarity": "^4.0.4"
}
}