-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 882 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
{
"name": "yt-captions",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js",
"lint": "eslint . --ext=.ts"
},
"devDependencies": {
"@adonisjs/assembler": "^5.3.7",
"adonis-preset-ts": "^2.1.0",
"eslint": "^7.32.0",
"eslint-plugin-adonis": "^1.3.3",
"pino-pretty": "^6.0.0",
"typescript": "^4.2.4",
"youch": "^2.2.2",
"youch-terminal": "^1.1.1"
},
"dependencies": {
"@adonisjs/core": "^5.3.2",
"@adonisjs/repl": "^3.1.6",
"@adonisjs/session": "^6.1.2",
"@adonisjs/shield": "^7.0.6",
"@adonisjs/view": "^6.1.0",
"edge.js": "^5.3.2",
"node-fetch": "^2.6.1",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.19",
"youtube-dl-exec": "^1.2.5"
}
}