1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/plugin-repo-cli/package.json

42 lines
1.0 KiB
JSON
Raw Normal View History

2021-01-18 16:37:27 +02:00
{
2021-01-18 16:42:23 +02:00
"name": "@joplin/plugin-repo-cli",
2023-08-23 14:51:28 +02:00
"version": "2.12.1",
2021-01-18 16:37:27 +02:00
"description": "",
"main": "index.js",
"bin": "./dist/index.js",
2021-01-18 16:37:27 +02:00
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
2021-01-18 16:37:27 +02:00
"test": "jest",
"test-ci": "yarn test",
"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": {
2023-08-23 14:51:28 +02:00
"@joplin/lib": "^2.12.1",
"@joplin/tools": "^2.12.1",
"@joplin/utils": "^2.12.1",
"fs-extra": "11.1.1",
"gh-release-assets": "2.0.1",
"node-fetch": "2.6.7",
2022-11-05 15:09:41 +02:00
"source-map-support": "0.5.21",
"yargs": "17.7.2"
2021-01-18 16:37:27 +02:00
},
"devDependencies": {
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3",
"@types/node": "18.17.0",
"jest": "29.6.1",
"source-map-loader": "4.0.1",
"typescript": "5.1.6",
2022-11-05 16:47:55 +02:00
"webpack": "5.65.0",
"webpack-cli": "4.10.0"
2021-09-29 17:22:20 +02:00
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
2021-01-18 16:37:27 +02:00
}