{ "name": "@joplin/plugin-repo-cli", "version": "3.2.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.2", "@joplin/tools": "~3.2", "@joplin/utils": "~3.2", "fs-extra": "11.2.0", "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.12", "@types/node": "18.19.42", "jest": "29.7.0", "source-map-loader": "4.0.2", "typescript": "5.4.5", "webpack": "5.65.0", "webpack-cli": "4.10.0" }, "gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba" }