mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-30 08:26:59 +02:00
34 lines
713 B
JSON
34 lines
713 B
JSON
{
|
|
"name": "@joplin/plugin-repo-cli",
|
|
"version": "1.7.6",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"plugin-repo-cli": "./index.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc --project tsconfig.json",
|
|
"watch": "tsc --watch --project tsconfig.json",
|
|
"test": "jest",
|
|
"test-ci": "npm run test"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@joplin/lib": "^1.7.4",
|
|
"@joplin/tools": "^1.7.4",
|
|
"fs-extra": "^9.0.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"
|
|
}
|
|
}
|