@iyowei/ls-dir-sync
Version:
32 lines (31 loc) • 639 B
JSON
{
"name": "@iyowei/ls-dir-sync",
"version": "1.0.2",
"description": "串行扫描文件夹。",
"main": "lsDirSync.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/iyowei/ls-dir-sync.git"
},
"keywords": [
"iyowei"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iyowei/ls-dir-sync/issues"
},
"homepage": "https://github.com/iyowei/ls-dir-sync#readme",
"type": "module",
"exports": "./lsDirSync.js",
"files": [
"lsDirSync.js"
],
"engines": {
"node": ">=12.20.0"
},
"private": false,
"publishConfig": {
"access": "public"
}
}