joplin/packages/plugin-repo-cli/package.json

39 lines
940 B
JSON
Raw Normal View History

2021-01-18 14:37:27 +00:00
{
2021-01-18 14:42:23 +00:00
"name": "@joplin/plugin-repo-cli",
"version": "2.6.7",
2021-01-18 14:37:27 +00:00
"description": "",
"main": "index.js",
"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",
"test-ci": "yarn test",
"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",
"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",
"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
}