mirror of
https://github.com/sydev/decrypt-dlc-cli
synced 2026-01-04 00:38:01 +00:00
(Initial) Commit
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "decrypt-dlc-cli",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"bin": {
|
||||
"decrypt-dlc": "bin/decrypt-dlc"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "ava"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Dominik Winter <dominik.winter92@gmail.com>",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user