2021-01-18 14:37:27 +00:00
|
|
|
{
|
2021-01-18 14:42:23 +00:00
|
|
|
"name": "@joplin/plugin-repo-cli",
|
2023-06-28 15:12:32 +01:00
|
|
|
"version": "2.12.0",
|
2021-01-18 14:37:27 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2021-12-21 12:38:05 +01:00
|
|
|
"bin": "./dist/index.js",
|
2021-01-18 14:37:27 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2021-12-21 12:43:12 +01:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2021-01-18 14:37:27 +00:00
|
|
|
"test": "jest",
|
2021-12-20 16:08:43 +01:00
|
|
|
"test-ci": "yarn test",
|
2021-12-21 12:38:05 +01:00
|
|
|
"start": "node index.js",
|
|
|
|
"dist": "webpack --config webpack.config.js"
|
2021-01-18 14:37:27 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
2022-12-21 10:00:31 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2021-01-18 14:37:27 +00:00
|
|
|
"dependencies": {
|
2023-06-28 15:12:32 +01:00
|
|
|
"@joplin/lib": "~2.12",
|
|
|
|
"@joplin/tools": "~2.12",
|
|
|
|
"@joplin/utils": "~2.12",
|
2023-03-30 20:11:29 +00:00
|
|
|
"fs-extra": "11.1.1",
|
2022-11-06 12:37:31 +00:00
|
|
|
"gh-release-assets": "2.0.1",
|
2022-11-05 17:13:55 +00:00
|
|
|
"node-fetch": "2.6.7",
|
2022-11-05 13:09:41 +00:00
|
|
|
"source-map-support": "0.5.21",
|
2023-05-18 00:01:12 +00:00
|
|
|
"yargs": "17.7.2"
|
2021-01-18 14:37:27 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-06 10:55:02 +01:00
|
|
|
"@types/fs-extra": "11.0.1",
|
2023-06-04 18:34:32 +01:00
|
|
|
"@types/jest": "29.5.1",
|
|
|
|
"@types/node": "18.15.13",
|
|
|
|
"jest": "29.5.0",
|
2022-11-13 09:58:58 +00:00
|
|
|
"source-map-loader": "4.0.1",
|
2023-06-06 10:55:02 +01:00
|
|
|
"typescript": "5.0.2",
|
2022-11-05 14:47:55 +00:00
|
|
|
"webpack": "5.65.0",
|
2022-11-08 16:59:07 +00:00
|
|
|
"webpack-cli": "4.10.0"
|
2021-09-29 16:22:20 +01:00
|
|
|
},
|
|
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
2021-01-18 14:37:27 +00:00
|
|
|
}
|