-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 977 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
{
"name": "someone",
"version": "3.1.0",
"description": "Someone bot for Discord. Brings back Discord's 2018 April Fools joke.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ApocalypseCalculator/Someone"
},
"author": "ApocalypseCalculator",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/ApocalypseCalculator/Someone/issues"
},
"homepage": "https://github.com/ApocalypseCalculator/Someone/blob/master/README.md",
"dependencies": {
"@prisma/client": "^3.15.2",
"discord.js": "^14.6.0",
"systeminformation": "^5.12.14"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
"nodemon": "^2.0.20",
"prisma": "^3.15.2",
"typescript": "^4.8.4"
}
}