2021-01-18 16:37:27 +02:00
|
|
|
{
|
2021-01-18 16:42:23 +02:00
|
|
|
"name": "@joplin/plugin-repo-cli",
|
2022-12-16 00:14:34 +02:00
|
|
|
"version": "2.10.0",
|
2021-01-18 16:37:27 +02:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2021-12-21 13:38:05 +02:00
|
|
|
"bin": "./dist/index.js",
|
2021-01-18 16:37:27 +02:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2021-12-21 13:43:12 +02:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2021-01-18 16:37:27 +02:00
|
|
|
"test": "jest",
|
2021-12-20 17:08:43 +02:00
|
|
|
"test-ci": "yarn test",
|
2021-12-21 13:38:05 +02:00
|
|
|
"start": "node index.js",
|
|
|
|
"dist": "webpack --config webpack.config.js"
|
2021-01-18 16:37:27 +02:00
|
|
|
},
|
|
|
|
"author": "",
|
2022-12-21 12:00:31 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2021-01-18 16:37:27 +02:00
|
|
|
"dependencies": {
|
2022-12-16 00:14:34 +02:00
|
|
|
"@joplin/lib": "~2.10",
|
|
|
|
"@joplin/tools": "~2.10",
|
2022-11-30 11:34:27 +02:00
|
|
|
"fs-extra": "11.1.0",
|
2022-11-06 14:37:31 +02:00
|
|
|
"gh-release-assets": "2.0.1",
|
2022-11-05 19:13:55 +02:00
|
|
|
"node-fetch": "2.6.7",
|
2022-11-05 15:09:41 +02:00
|
|
|
"source-map-support": "0.5.21",
|
2022-11-15 00:39:46 +02:00
|
|
|
"yargs": "17.6.2"
|
2021-01-18 16:37:27 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-05 16:47:55 +02:00
|
|
|
"@types/fs-extra": "9.0.13",
|
2022-12-31 07:22:59 +02:00
|
|
|
"@types/jest": "29.2.5",
|
2022-12-26 23:57:47 +02:00
|
|
|
"@types/node": "18.11.18",
|
2022-11-15 11:21:45 +02:00
|
|
|
"jest": "29.3.1",
|
2022-11-13 11:58:58 +02:00
|
|
|
"source-map-loader": "4.0.1",
|
2022-12-08 19:42:26 +02:00
|
|
|
"typescript": "4.9.4",
|
2022-11-05 16:47:55 +02:00
|
|
|
"webpack": "5.65.0",
|
2022-11-08 18:59:07 +02:00
|
|
|
"webpack-cli": "4.10.0"
|
2021-09-29 17:22:20 +02:00
|
|
|
},
|
|
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
2021-01-18 16:37:27 +02:00
|
|
|
}
|