mirror of
https://github.com/sydev/decrypt-dlc-cli
synced 2026-01-03 16:28:01 +00:00
50 lines
844 B
JSON
Executable File
50 lines
844 B
JSON
Executable File
{
|
|
"name": "decrypt-dlc-cli",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"decrypt-dlc": "bin/decrypt-dlc"
|
|
},
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"keywords": [
|
|
"dlc",
|
|
"DLC",
|
|
"decrypt",
|
|
"read",
|
|
"download",
|
|
"container",
|
|
"links",
|
|
"url",
|
|
"cli",
|
|
"command",
|
|
"line"
|
|
],
|
|
"author": "Dominik Winter <dominik.winter92@gmail.com>",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^2.20.0",
|
|
"decrypt-dlc": "^2.0.0",
|
|
"fs-extra": "^8.0.1",
|
|
"is-file": "^1.0.0",
|
|
"is-url": "^1.2.4",
|
|
"signale": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^2.0.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-node": "^9.1.0",
|
|
"execa": "^1.0.0"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"test/test.js"
|
|
]
|
|
}
|
|
}
|