-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 905 Bytes
/
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
{
"name": "Nameless-Support-2",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@crystaldevelopment/command-handler": "^1.0.5",
"chalk": "4",
"discord-api-types": "^0.26.1",
"discord.js": "^13.14.0",
"dotenv": "^16.0.0",
"mysql2": "^2.3.3",
"nanoid": "^3.2.0",
"node-fetch": "2",
"node-tesseract-ocr": "^2.2.1",
"sequelize": "^6.19.0",
"sqlite3": "^5.0.5",
"string-similarity": "^4.0.4"
},
"scripts": {
"start": "node dist",
"build": "tsc",
"dev": "nodemon src/index.ts"
},
"nodemonConfig": {
"ignore": [
"data/*"
]
},
"devDependencies": {
"@types/node": "^17.0.14",
"@types/node-fetch": "^2.6.1",
"@types/string-similarity": "^4.0.0",
"nodemon": "^2.0.15",
"prettier": "npm:@btmills/[email protected]",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
}
}