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.
17 lines
340 B
JSON
17 lines
340 B
JSON
{
|
|
"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",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"multimatch": "^5.0.0",
|
|
"readdir-enhanced": "^6.0.4"
|
|
}
|
|
}
|