You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
454 B
JSON
21 lines
454 B
JSON
2 years ago
|
{
|
||
|
"name": "ftp-state",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Generate file meta data",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Lei OT",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"basic-ftp": "^5.0.2",
|
||
|
"lodash": "^4.17.21",
|
||
|
"multimatch": "^5.0.0",
|
||
|
"pretty-bytes": "^5.6.0",
|
||
|
"pretty-ms": "^7.0.1",
|
||
|
"readdir-enhanced": "^6.0.4",
|
||
|
"yargs": "^17.7.1"
|
||
|
}
|
||
|
}
|