mirror of
https://github.com/lifegpc/bookdownload.git
synced 2026-07-08 01:31:31 +08:00
Allow to insert original chapters by prev/next chapter id
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
"builddbg": "node build.js --dev --debug",
|
||||
"buildrel": "node build.js",
|
||||
"lint": "eslint src",
|
||||
"test": "node build_test.js && node --enable-source-maps test.cjs"
|
||||
"build_test": "node build_test.js",
|
||||
"test": "node build_test.js && node --enable-source-maps test.cjs",
|
||||
"run_test": "node --enable-source-maps test.cjs"
|
||||
},
|
||||
"type": "module",
|
||||
"types": "./data.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user