m3u8-to-mp4-cli
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "m3u8-to-mp4-cli", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "m3u8 hosted file to mp4", | ||
"main": "src/index.ts", | ||
"main": "index.js", | ||
"preferGlobal": true, | ||
"bin": { | ||
"dl": "index.js" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "ts-node index.ts", | ||
"build": "webpack" | ||
"start": "node index.js" | ||
}, | ||
@@ -18,10 +21,4 @@ "keywords": [], | ||
"devDependencies": { | ||
"@types/node": "^14.11.8", | ||
"ts-loader": "^8.0.4", | ||
"ts-node": "^9.0.0", | ||
"tsc": "^1.20150623.0", | ||
"typescript": "^4.0.3", | ||
"webpack": "^4.39.1", | ||
"webpack-cli": "^3.3.6" | ||
"@types/node": "^14.11.8" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
1236
2
31