-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "streamdvr",
"version": "0.14.3",
"description": "DVR for streaming entertainment",
"main": "streamdvr",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jrudess/streamdvr.git"
},
"author": "jrudess",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jrudess/streamdvr/issues"
},
"homepage": "https://github.com/jrudess/streamdvr",
"dependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.4.0",
"await-spawn": "^4.0.2",
"colors": "^1.4.0",
"js-yaml": "^4.1.0",
"moment": "^2.30.1",
"neo-blessed": "github:embarklabs/neo-blessed"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^9.9.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^55.0.0"
}
}