{ "name": "root", "private": true, "repository": { "type": "git", "url": "git+https://github.com/laurent22/joplin.git" }, "license": "MIT", "scripts": { "linter": "./node_modules/.bin/eslint --resolve-plugins-relative-to . --fix --quiet --ext .js --ext .jsx --ext .ts --ext .tsx", "linter-precommit": "./node_modules/.bin/eslint --resolve-plugins-relative-to . --fix --ext .js --ext .jsx --ext .ts --ext .tsx", "linter-ci": "./node_modules/.bin/eslint --resolve-plugins-relative-to . --quiet --ext .js --ext .jsx --ext .ts --ext .tsx", "postinstall": "lerna bootstrap && npm run tsc", "tsc": "lerna run tsc --stream --parallel", "watch": "lerna run watch --stream --parallel", "updateIgnored": "gulp updateIgnoredTypeScriptBuild", "buildPluginDoc": "typedoc --name 'Joplin Plugin API Documentation' --mode file -theme './Assets/PluginDocTheme/' --readme './Assets/PluginDocTheme/index.md' --excludeNotExported --excludeExternals --excludePrivate --excludeProtected --out docs/api/references/plugin_api packages/lib/services/plugins/api/", "buildApiDoc": "npm start --prefix=packages/app-cli -- apidoc ../../readme/api/references/rest_api.md", "buildWebsite": "npm run buildApiDoc && node ./packages/tools/build-website.js && npm run buildPluginDoc", "generatePluginTypes": "rm -rf ./plugin_types && node node_modules/typescript/bin/tsc --declaration --declarationDir ./plugin_types --project tsconfig.json", "setupNewRelease": "node ./packages/tools/setupNewRelease", "clean": "lerna clean -y && lerna run clean", "linkChecker": "linkchecker https://joplinapp.org", "releaseDesktop": "node packages/tools/release-electron.js", "publishAll": "git pull && lerna version --no-git-tag-version && gulp completePublishAll" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "devDependencies": { "@types/jasmine": "^3.6.0", "@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/parser": "^4.6.0", "eslint": "^7.6.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-react": "^7.18.0", "eslint-plugin-react-hooks": "^2.4.0", "fs-extra": "^8.1.0", "glob": "^7.1.6", "gulp": "^4.0.2", "husky": "^3.0.2", "jasmine": "^3.5.0", "lerna": "^3.22.1", "lint-staged": "^9.2.1", "typedoc": "^0.17.8", "typescript": "^4.0.5" } }