forked from Chiitoi-zz/Cherry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 952 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": "cherry",
"version": "1.3.2",
"description": "Sakura, but simpler.",
"main": "dist/bot.js",
"scripts": {
"build": "npm run clean && tsc -p src",
"clean": "rimraf dist",
"start": "node -r dotenv/config dist/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chiitoi/Cherry.git"
},
"author": "Chiitoi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Chiitoi/Cherry/issues"
},
"homepage": "https://github.com/Chiitoi/Cherry#readme",
"devDependencies": {
"@types/node": "^14.14.31",
"rimraf": "^3.0.2",
"typescript": "^4.1.5"
},
"dependencies": {
"chalk": "^4.1.0",
"discord-akairo": "^8.1.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"module-alias": "^2.2.2",
"p-queue": "^6.6.2",
"pretty-ms": "^7.0.1"
},
"_moduleAliases": {
"@constants": "dist/utility/constants",
"@utils": "dist/utility/utils"
}
}