-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 912 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
35
36
37
38
39
40
41
{
"name": "youtube-notifs",
"version": "7.0.3",
"description": "Receive events from YouTube video uploads!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist/ && npx eslint . && npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/J-295/npm-youtube-notifs.git"
},
"keywords": [
"youtube",
"yt",
"notifications",
"notifier",
"notifs",
"subscribe",
"events",
"watch"
],
"author": "J-295",
"license": "MIT",
"bugs": {
"url": "https://github.com/J-295/npm-youtube-notifs/issues"
},
"homepage": "https://github.com/J-295/npm-youtube-notifs/wiki",
"dependencies": {
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"typescript": "^5.5.3"
}
}