24 lines
604 B
JSON
24 lines
604 B
JSON
|
{
|
||
|
"name": "kavita-books-organizer",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A simple script that moves single files to a folder with their name so Kavita will work when scanning the library.",
|
||
|
"main": "./src/index.js",
|
||
|
"scripts": {
|
||
|
"start": "node ./src/index.js",
|
||
|
"test": "cross-env FILES_DIR=./test_dir npm start"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://code.moonstar-x.dev/moonstar-x/kavita-books-organizer"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"cross-env": "^7.0.3"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"mv": "^2.1.1"
|
||
|
}
|
||
|
}
|