-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
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
{
"name": "rsource-records",
"version": "0.0.12",
"description": "TypeScript written discord bot that uses the StrafesNET api to send content from the Roblox bhop and surf games.",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"LETSGOOOO": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsource-open-source/rsource-records.git"
},
"keywords": [],
"author": "insyri",
"license": "AFL-3.0",
"bugs": {
"url": "https://github.com/rsource-open-source/rsource-records/issues"
},
"homepage": "https://github.com/rsource-open-source/rsource-records#readme",
"devDependencies": {
"nodemon": "^2.0.16",
"pariah": "^2.9.1",
"prisma": "^3.6.0"
},
"dependencies": {
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"@typescript-eslint/typescript-estree": "^5.29.0",
"bloxlink": "^1.6.0",
"chalk": "^4.1.2",
"detritus-client": "^0.16.3",
"detritus-rest": "^0.8.0",
"dotenv": "^10.0.0",
"imagescript": "^1.2.9",
"rsource-utils": "^0.0.19",
"typescript": "^4.7.4"
}
}