-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 880 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
{
"name": "simple-cast",
"version": "0.5.4",
"description": "",
"main": "dist",
"scripts": {
"prepare": "npm run build",
"watch": "npm run build -- -w",
"build": "mkdir -p dist && rm -r dist && tsc --outDir dist -d"
},
"repository": {
"type": "git",
"url": "https://github.com/Jephuff/simple-cast.git"
},
"keywords": [
"chromecast",
"chrome",
"cast",
"video",
"media",
"simplecast"
],
"author": "Jeffrey Burt",
"license": "ISC",
"dependencies": {
"@types/chrome": "0.0.x",
"@types/chromecast-caf-sender": "1.x",
"eventemitter3": "4.x"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.x",
"@typescript-eslint/parser": "4.x",
"eslint": "7.x",
"eslint-config-prettier": "6.x",
"eslint-plugin-prettier": "3.x",
"prettier": "2.x",
"typescript": "4.x"
}
}