1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/plugin-repo-cli/package.json
renovate[bot] 423191bda9
Update dependency @types/jest to v29.2.5 (#7560)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-31 05:22:59 +00:00

41 lines
1.0 KiB
JSON

{
"name": "@joplin/plugin-repo-cli",
"version": "2.10.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": "~2.10",
"@joplin/tools": "~2.10",
"fs-extra": "11.1.0",
"gh-release-assets": "2.0.1",
"node-fetch": "2.6.7",
"source-map-support": "0.5.21",
"yargs": "17.6.2"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"jest": "29.3.1",
"source-map-loader": "4.0.1",
"typescript": "4.9.4",
"webpack": "5.65.0",
"webpack-cli": "4.10.0"
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
}