1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/Tools/package.json
Laurent Cozic 71efff6827
Linter update (#1777)
* Update eslint config

* Applied linter to lib

* Applied eslint config to CliClient/app

* Removed prettier due to https://github.com/prettier/prettier/pull/4765

* First pass on test units

* Applied linter config to test units

* Applied eslint config to clipper

* Applied to plugin dir

* Applied to root of ElectronClient

* Applied on RN root

* Applied on CLI root

* Applied on Clipper root

* Applied config to tools

* test hook

* test hook

* test hook

* Added pre-commit hook

* Applied rule no-trailing-spaces

* Make sure root packages are installed when installing sub-dir

* Added doc
2019-07-30 09:35:42 +02:00

25 lines
520 B
JSON

{
"name": "tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "cd .. && npm i"
},
"author": "",
"license": "ISC",
"dependencies": {
"app-module-path": "^2.2.0",
"fs-extra": "^4.0.3",
"gettext-parser": "^1.3.0",
"html-minifier": "^4.0.0",
"markdown-it": "^8.4.1",
"mustache": "^2.3.0",
"node-fetch": "^1.7.3",
"request": "^2.85.0",
"string-padding": "^1.0.2",
"uri-template": "^1.0.1",
"yargs": "^12.0.5"
}
}