joplin/packages/plugin-repo-cli/package.json

41 lines
1023 B
JSON
Raw Normal View History

2021-01-18 14:37:27 +00:00
{
2021-01-18 14:42:23 +00:00
"name": "@joplin/plugin-repo-cli",
2022-10-12 14:45:50 +00:00
"version": "2.9.1",
2021-01-18 14:37:27 +00:00
"description": "",
"main": "index.js",
"bin": "./dist/index.js",
2021-01-18 14:37:27 +00:00
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
2021-01-18 14:37:27 +00:00
"test": "jest",
"test-ci": "yarn test",
"start": "node index.js",
"dist": "webpack --config webpack.config.js"
2021-01-18 14:37:27 +00:00
},
"author": "",
"license": "MIT",
"dependencies": {
2022-10-12 14:45:50 +00:00
"@joplin/lib": "^2.9.1",
"@joplin/tools": "^2.9.1",
2022-11-05 13:09:41 +00:00
"fs-extra": "9.1.0",
"gh-release-assets": "2.0.0",
"node-fetch": "2.6.7",
2022-11-05 13:09:41 +00:00
"source-map-support": "0.5.21",
"yargs": "16.2.0"
2021-01-18 14:37:27 +00:00
},
"devDependencies": {
2022-11-05 14:47:55 +00:00
"@types/fs-extra": "9.0.13",
"@types/jest": "26.0.24",
"@types/node": "18.11.9",
2022-11-05 14:47:55 +00:00
"jest": "26.6.3",
"source-map-loader": "3.0.0",
"typescript": "4.1.3",
2022-11-05 14:47:55 +00:00
"webpack": "5.65.0",
"webpack-cli": "4.9.1"
2021-09-29 15:22:20 +00:00
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
2021-01-18 14:37:27 +00:00
}