-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 798 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 798 Bytes
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
{
"name": "oumabot",
"version": "1.0.0",
"description": "",
"main": "build/main.js",
"scripts": {
"start": "tsc && node build/main.js",
"build": "tsc",
"dev": "tsc -w",
"ndev": "nodemon build/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aa-proj/OumaBot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aa-proj/OumaBot/issues"
},
"homepage": "https://github.com/aa-proj/OumaBot#readme",
"dependencies": {
"axios": "^1.1.3",
"discord.js": "^14.6.0",
"puppeteer": "^19.2.0",
"sqlite3": "^5.1.2",
"typeorm": "^0.3.10",
"typescript": "^4.8.4"
},
"devDependencies": {
"@types/node": "^18.11.7"
}
}