forked from SavageCore/node-ffprobe-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "@ffprobe-installer/ffprobe",
"version": "1.0.12",
"main": "index.js",
"scripts": {
"lint": "xo",
"preversion": "npm run test",
"test": "xo && nyc ava && nyc report --reporter=text-lcov > coverage.lcov && codecov -t 54b3d620-a296-4d71-a717-c3e6e24ae9d9"
},
"keywords": [
"ffprobe",
"binary"
],
"author": "Oliver Sayers <[email protected]>",
"license": "LGPL-2.1",
"description": "Platform independent binary installer of FFprobe for node projects",
"files": [
"index.js",
"lib",
"platform"
],
"optionalDependencies": {
"@ffprobe-installer/darwin-x64": "4.1.0",
"@ffprobe-installer/linux-ia32": "4.1.0",
"@ffprobe-installer/linux-x64": "4.1.0",
"linux-armhf-bin": "4.2.2",
"@ffprobe-installer/win32-ia32": "4.1.0",
"@ffprobe-installer/win32-x64": "4.1.0"
},
"devDependencies": {
"ava": "1.4.1",
"codecov": "^3.0.1",
"execa": "^1.0.0",
"executable": "^4.1.1",
"nyc": "^14.1.0",
"xo": "^0.24.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SavageCore/node-ffprobe-installer.git"
},
"bugs": {
"url": "https://github.com/SavageCore/node-ffprobe-installer/issues"
},
"homepage": "https://github.com/SavageCore/node-ffprobe-installer#readme"
}