{ "name": "@joplin/tools", "version": "2.9.0", "description": "Various tools for Joplin", "main": "index.js", "author": "Laurent Cozic", "scripts": { "updateIgnored": "gulp updateIgnoredTypeScriptBuild", "tsc": "tsc --project tsconfig.json", "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json", "test": "jest --verbose=false", "test-ci": "yarn test" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/laurent22/joplin.git" }, "license": "MIT", "dependencies": { "@joplin/lib": "~2.9", "@joplin/renderer": "~2.9", "@types/node-fetch": "1.6.9", "@types/yargs": "16.0.3", "dayjs": "^1.10.7", "execa": "^4.1.0", "fs-extra": "^4.0.3", "gettext-parser": "^1.3.0", "glob": "^7.1.6", "markdown-it": "^8.4.1", "md5-file": "^4.0.0", "moment": "^2.24.0", "mustache": "^2.3.0", "node-fetch": "1.7.3", "relative": "^3.0.2", "request": "^2.88.0", "sharp": "^0.25.2", "source-map-support": "^0.5.19", "uri-template": "^1.0.1", "yargs": "16.0.3" }, "devDependencies": { "@rmp135/sql-ts": "^1.6.0", "@types/fs-extra": "^9.0.6", "@types/jest": "^26.0.15", "@types/mustache": "^0.8.32", "@types/node": "^14.14.6", "gettext-extractor": "^3.5.3", "gulp": "^4.0.2", "jest": "^26.6.3", "rss": "^1.2.2", "sass": "^1.39.2", "sqlite3": "^5.0.0", "typescript": "^4.1.3" }, "gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14" }