Files
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
45fee00d47 fix(deps): update dependency fs-extra to v11.3.4 (#15589)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-02 05:00:08 +00:00

42 lines
1.0 KiB
JSON

{
"name": "@joplin/plugin-repo-cli",
"version": "3.7.0",
"description": "",
"main": "index.js",
"bin": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"test": "jest",
"test-ci": "yarn test",
"start": "node index.js",
"dist": "webpack --config webpack.config.js"
},
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/lib": "~3.7",
"@joplin/tools": "~3.7",
"@joplin/utils": "~3.7",
"fs-extra": "11.3.4",
"gh-release-assets": "2.0.1",
"node-fetch": "2.6.7",
"source-map-support": "0.5.21",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/node": "18.19.130",
"jest": "29.7.0",
"source-map-loader": "5.0.0",
"typescript": "5.9.3",
"webpack": "5.97.1",
"webpack-cli": "4.10.0"
},
"gitHead": "500e4c02809d3ebe463aa590e86f541d1ef0661c"
}