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

34 lines
713 B
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",
2021-01-18 17:00:00 +02:00
"version": "1.7.4",
2021-01-18 16:37:27 +02:00
"description": "",
"main": "index.js",
2021-01-18 16:42:23 +02:00
"bin": {
"plugin-repo-cli": "./index.js"
},
2021-01-18 16:37:27 +02:00
"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": {
2021-01-18 17:00:00 +02:00
"@joplin/lib": "^1.7.2",
"@joplin/tools": "^1.7.2",
2021-01-18 16:37:27 +02:00
"fs-extra": "^9.0.1",
"yargs": "^16.0.3"
},
"devDependencies": {
2021-01-18 16:38:23 +02:00
"@types/fs-extra": "^9.0.6",
2021-01-18 16:37:27 +02:00
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"jest": "^26.6.3",
"typescript": "^4.1.3"
}
}