2021-01-18 14:37:27 +00:00
|
|
|
{
|
|
|
|
"name": "@joplin/plugin-repo-builder",
|
2021-01-18 14:38:23 +00:00
|
|
|
"version": "1.7.1",
|
2021-01-18 14:37:27 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.json",
|
|
|
|
"watch": "tsc --watch --project tsconfig.json",
|
|
|
|
"prepare": "npm run tsc",
|
|
|
|
"test": "jest",
|
|
|
|
"test-ci": "npm run test"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2021-01-18 14:38:23 +00:00
|
|
|
"@joplin/lib": "^1.0.17",
|
|
|
|
"@joplin/tools": "^1.0.17",
|
2021-01-18 14:37:27 +00:00
|
|
|
"fs-extra": "^9.0.1",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|