-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.13 KB
/
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
40
41
42
43
{
"name": "main-recorder",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "MIT",
"author": "anatawa12 <[email protected]> (https://github.com/anatawa12/)",
"main": "dist/electron/electron.js",
"scripts": {},
"dependencies": {
"@discordjs/opus": "^0.1.0",
"@types/base64-js": "^1.2.5",
"base64-js": "^1.3.1",
"discord.js": "^12.0.1",
"googleapis": "^44.0.0",
"highlight.js": "^9.15.9",
"puppeteer": "^1.19.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"trim-margin": "^1.0.4"
},
"devDependencies": {
"@types/chai": "^4.2.0",
"@types/chrome": "0.0.88",
"@types/highlight.js": "^9.12.3",
"@types/mocha": "^5.2.7",
"@types/node": "^10.12.24",
"@types/puppeteer": "^1.19.1",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@types/ws": "^7.2.1",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"globby": "^10.0.1",
"gulp": "^4.0.2",
"gulp-mocha": "6.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"mocha": "^6.2.0",
"typescript": "^3.8.3",
"vinyl-source-stream": "latest"
}
}