{ "name": "decrypt-dlc-cli", "version": "0.0.1", "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 ", "license": "MIT", "eslintConfig": { "parserOptions": { "ecmaVersion": 7, "sourceType": "module" } }, "dependencies": { "commander": "^2.9.0", "decrypt-dlc": "^0.0.1" }, "devDependencies": { "ava": "^0.17.0", "execa": "^0.5.0" }, "ava": { "files": [ "test/test.js" ] } }