-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 2.01 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
{
"name": "youtube-play-with-mpv-native-client",
"version": "0.0.1",
"description": "",
"main": "",
"scripts": {
"ww": "cross-env NODE_ENV=development webpack --watch --max-retries=1 --no-stats",
"devWatch": "nodemon appMain-compiled.js",
"lintWatch": "esw -w --ext .lsc -c .eslintrc.json --color --clear",
"debug": "cross-env NODE_ENV=development webpack && node --inspect appMain-compiled.js",
"buildDev": "cross-env NODE_ENV=development IS_BUILD_DEBUG=true webpack && cp config/input.conf config/net.ccoding.ytplaywithmpv.json debug && pkg -t node8-win appMain-compiled.js -o debug/yt-open-in-mpv.exe",
"buildProd": "cross-env NODE_ENV=production webpack && pkg -t node8-win appMain-compiled.js -o build/node-pkg-binary/yt-open-in-mpv.exe",
"buildInstaller": "cd InstallationMediaMetadata && innosetup-compiler InnoInstallerSetupScript.iss",
"start": "cross-env NODE_ENV=production node appMain-compiled.js"
},
"dependencies": {
"chrome-native-messaging": "^0.2.0",
"dotenv": "^6.0.0",
"node-mpv": "git+https://github.com/00SteinsGate00/Node-MPV.git#Node-MPV-2",
"p-finally": "^1.0.0",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.3.2"
},
"devDependencies": {
"@oigroup/babel-preset-lightscript": "^3.1.1",
"@oigroup/lightscript-eslint": "^3.1.1",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-loader": "^7.1.5",
"cross-env": "^5.2.0",
"eslint": "^5.4.0",
"eslint-watch": "^4.0.2",
"innosetup-compiler": "^5.5.9",
"nodemon": "^1.18.3",
"pkg": "^4.3.4",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-node-externals": "^1.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Darkle/youtube-play-with-mpv-native-client.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Darkle/youtube-play-with-mpv-native-client/issues"
},
"homepage": "https://github.com/Darkle/youtube-play-with-mpv-native-client#readme"
}