41 lines
946 B
JSON
41 lines
946 B
JSON
{
|
|
"name": "@theia/ffmpeg",
|
|
"version": "1.68.0",
|
|
"description": "Theia FFMPEG reader utility.",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/eclipse-theia/theia.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/eclipse-theia/theia/issues"
|
|
},
|
|
"homepage": "https://github.com/eclipse-theia/theia",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"binding.gyp",
|
|
"lib",
|
|
"native",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"compile": "theiaext compile",
|
|
"lint": "theiaext lint",
|
|
"build": "theiaext build",
|
|
"watch": "theiaext watch",
|
|
"clean": "theiaext clean"
|
|
},
|
|
"dependencies": {
|
|
"@electron/get": "^2.0.0",
|
|
"tslib": "^2.6.2",
|
|
"unzipper": "^0.9.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/unzipper": "^0.9.2"
|
|
},
|
|
"gitHead": "21358137e41342742707f660b8e222f940a27652"
|
|
}
|