1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/packages/plugin-repo-cli/package.json

36 lines
830 B
JSON

{
"name": "@joplin/plugin-repo-cli",
"version": "2.6.3",
"description": "",
"main": "index.js",
"bin": "./index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --project tsconfig.json",
"test": "jest",
"test-ci": "yarn test",
"start": "node index.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@joplin/lib": "^2.6.3",
"@joplin/tools": "^2.6.3",
"fs-extra": "^9.0.1",
"gh-release-assets": "^2.0.0",
"node-fetch": "^2.6.1",
"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",
"typescript": "4.1.3"
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
}