-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 827 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
{
"name": "apodyt",
"version": "2.1.0",
"description": "A fully automated YouTube Channel dedicated to astronomy",
"main": "dist/main.js",
"module": "dist/main.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"watch": "npx tsc --watch",
"lint": "npx eslint ./src",
"lint:fix": "npx eslint --fix ./src"
},
"types": "./dist",
"author": "LuanRT <luan.lrt4@gmail.com> (https://github.com/LuanRT)",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"eslint-plugin-tsdoc": "^0.2.16",
"typescript": "^4.7.4"
},
"dependencies": {
"mp3-duration": "^1.1.0",
"undici": "6.19.2",
"videoshow": "^0.1.12",
"youtubei.js": "^12.0.0"
}
}