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
2022-10-12 15:45:50 +01:00

41 lines
1.0 KiB
JSON

{
"name": "@joplin/plugin-repo-cli",
"version": "2.9.1",
"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": "MIT",
"dependencies": {
"@joplin/lib": "^2.9.1",
"@joplin/tools": "^2.9.1",
"fs-extra": "^9.0.1",
"gh-release-assets": "^2.0.0",
"node-fetch": "^2.6.1",
"source-map-support": "^0.5.21",
"yargs": "^16.0.3"
},
"devDependencies": {
"@types/fs-extra": "^9.0.6",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"jest": "^26.6.3",
"source-map-loader": "^3.0.0",
"typescript": "4.1.3",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
}