-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 840 Bytes
/
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
{
"name": "node-mediainfojson-ts",
"version": "0.0.4",
"description": "mediainfo nodejs wrapper, write in typwscript.",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mediainfo",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ycycorona/node-mediainfojson-ts.git"
},
"author": "ycycorona",
"license": "MIT",
"dependencies": {
"cross-spawn": "^6.0.5",
"debug": "^4.1.1",
"fs-extra": "^7.0.1"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.0",
"@types/debug": "^4.1.2",
"@types/fs-extra": "^5.0.5",
"@types/node": "^11.9.6",
"intelli-espower-loader": "^1.0.1",
"mocha": "^6.0.2",
"power-assert": "^1.6.1"
}
}