2021-01-18 14:37:27 +00:00
|
|
|
{
|
2021-01-18 14:42:23 +00:00
|
|
|
"name": "@joplin/plugin-repo-cli",
|
2021-12-21 11:38:05 +00:00
|
|
|
"version": "2.6.7",
|
2021-01-18 14:37:27 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2021-12-21 11:38:05 +00:00
|
|
|
"bin": "./dist/index.js",
|
2021-01-18 14:37:27 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.json",
|
|
|
|
"watch": "tsc --watch --project tsconfig.json",
|
|
|
|
"test": "jest",
|
2021-12-20 15:08:43 +00:00
|
|
|
"test-ci": "yarn test",
|
2021-12-21 11:38:05 +00:00
|
|
|
"start": "node index.js",
|
|
|
|
"dist": "webpack --config webpack.config.js"
|
2021-01-18 14:37:27 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2021-12-17 11:17:21 +00:00
|
|
|
"@joplin/lib": "^2.6.3",
|
|
|
|
"@joplin/tools": "^2.6.3",
|
2021-01-18 14:37:27 +00:00
|
|
|
"fs-extra": "^9.0.1",
|
2021-06-01 08:39:31 +00:00
|
|
|
"gh-release-assets": "^2.0.0",
|
|
|
|
"node-fetch": "^2.6.1",
|
2021-01-18 14:37:27 +00:00
|
|
|
"yargs": "^16.0.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-01-18 14:38:23 +00:00
|
|
|
"@types/fs-extra": "^9.0.6",
|
2021-01-18 14:37:27 +00:00
|
|
|
"@types/jest": "^26.0.15",
|
|
|
|
"@types/node": "^14.14.6",
|
|
|
|
"jest": "^26.6.3",
|
2021-12-21 11:38:05 +00:00
|
|
|
"typescript": "4.1.3",
|
|
|
|
"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
|
|
|
}
|