You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			72 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "root",
 | |
|   "private": true,
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/laurent22/joplin.git"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "scripts": {
 | |
|     "audit": "lerna-audit",
 | |
|     "bootstrap": "lerna bootstrap --force-local --no-ci",
 | |
|     "bootstrapServerOnly": "lerna bootstrap --force-local --no-ci --include-dependents --include-dependencies --scope @joplin/server",
 | |
|     "build": "lerna run build && npm run tsc",
 | |
|     "buildApiDoc": "npm start --prefix=packages/app-cli -- apidoc ../../readme/api/references/rest_api.md",
 | |
|     "buildDoc": "./packages/tools/build-all.sh",
 | |
|     "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/",
 | |
|     "buildSettingJsonSchema": "npm start --prefix=packages/app-cli -- settingschema ../../docs/schema/settings.json",
 | |
|     "buildTranslations": "npm run tsc && node packages/tools/build-translation.js",
 | |
|     "buildTranslationsNoTsc": "node packages/tools/build-translation.js",
 | |
|     "buildWebsite": "npm run buildApiDoc && node ./packages/tools/build-website.js && npm run buildPluginDoc && npm run buildSettingJsonSchema",
 | |
|     "circularDependencyCheck": "madge --warning --circular --extensions js ./",
 | |
|     "clean": "lerna clean -y && lerna run clean",
 | |
|     "dependencyTree": "madge",
 | |
|     "generateDatabaseTypes": "node packages/tools/generate-database-types",
 | |
|     "linkChecker": "linkchecker https://joplinapp.org",
 | |
|     "linter-ci": "./node_modules/.bin/eslint --resolve-plugins-relative-to . --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": "./node_modules/.bin/eslint --resolve-plugins-relative-to . --fix --quiet --ext .js --ext .jsx --ext .ts --ext .tsx",
 | |
|     "postinstall": "npm run bootstrap --no-ci && npm run build",
 | |
|     "publishAll": "git pull && npm run build && lerna version --yes --no-private --no-git-tag-version && gulp completePublishAll",
 | |
|     "releaseAndroid": "export PATH=\"/usr/local/opt/openjdk@11/bin:$PATH\" && node packages/tools/release-android.js",
 | |
|     "releaseAndroidClean": "node packages/tools/release-android.js",
 | |
|     "releaseCli": "node packages/tools/release-cli.js",
 | |
|     "releaseClipper": "node packages/tools/release-clipper.js",
 | |
|     "releaseDesktop": "node packages/tools/release-electron.js",
 | |
|     "releaseIOS": "node packages/tools/release-ios.js",
 | |
|     "releasePluginGenerator": "node packages/tools/release-plugin-generator.js",
 | |
|     "releaseServer": "node packages/tools/release-server.js",
 | |
|     "setupNewRelease": "node ./packages/tools/setupNewRelease",
 | |
|     "test-ci": "lerna run test-ci --stream",
 | |
|     "test": "lerna run test --stream",
 | |
|     "tsc": "lerna run tsc --stream --parallel",
 | |
|     "updateIgnored": "gulp updateIgnoredTypeScriptBuild",
 | |
|     "updatePluginTypes": "./packages/generator-joplin/updateTypes.sh",
 | |
|     "watch": "lerna run watch --stream --parallel",
 | |
|     "i": "lerna add --no-bootstrap --scope"
 | |
|   },
 | |
|   "husky": {
 | |
|     "hooks": {
 | |
|       "pre-commit": "lint-staged"
 | |
|     }
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@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",
 | |
|     "lerna": "^3.22.1",
 | |
|     "lerna-audit": "^1.3.2",
 | |
|     "lint-staged": "^9.2.1",
 | |
|     "madge": "^4.0.2",
 | |
|     "typedoc": "^0.17.8",
 | |
|     "typescript": "^4.0.5"
 | |
|   }
 | |
| }
 |