-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·54 lines (54 loc) · 1.44 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "ivysilani-tvos",
"version": "1.0.0",
"description": "Neoficiální klient iVysílání pro Apple TV s použitím atvjs",
"main": "index.js",
"scripts": {
"install-deps": "npx yarn@$npm_package_engines_yarn install --frozen-lockfile --check-files",
"build": "webpack --progress",
"serve": "webpack-dev-server",
"dist": "NODE_ENV=production webpack --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marhycz/ivysilani_tvOS.git"
},
"keywords": [
"appletv",
"tvml",
"app",
"tvjs",
"atvjs",
"appletv",
"tvmlkit",
"ivysilani"
],
"author": "Michal Marhan",
"license": "",
"bugs": {
"url": "https://github.com/marhycz/ivysilani_tvOS/issues"
},
"homepage": "https://github.com/marhycz/ivysilani_tvOS#readme",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"handlebars-loader": "^1.7.1",
"raw-loader": "^4.0.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"atvjs": "^0.2.9",
"fast-xml-parser": "^3.16.0",
"handlebars": "^4.7.3"
}
}