joplin/packages/tools/package.json

56 lines
1.4 KiB
JSON
Raw Normal View History

2017-11-23 18:14:38 +00:00
{
"name": "@joplin/tools",
2021-12-17 11:17:21 +00:00
"version": "2.6.3",
"description": "Various tools for Joplin",
2017-11-23 18:14:38 +00:00
"main": "index.js",
"author": "Laurent Cozic",
2020-11-05 16:58:23 +00:00
"scripts": {
2021-01-04 15:01:45 +00:00
"updateIgnored": "gulp updateIgnoredTypeScriptBuild",
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --project tsconfig.json",
"test": "jest --verbose=false",
"test-ci": "npm run test"
2020-11-05 16:58:23 +00:00
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"license": "MIT",
2017-11-23 18:14:38 +00:00
"dependencies": {
2021-12-17 11:17:21 +00:00
"@joplin/lib": "^2.6.3",
"@joplin/renderer": "^2.6.3",
2020-11-05 16:58:23 +00:00
"execa": "^4.1.0",
2018-02-27 20:04:38 +00:00
"fs-extra": "^4.0.3",
2017-12-04 17:55:06 +00:00
"gettext-parser": "^1.3.0",
2020-11-05 16:58:23 +00:00
"glob": "^7.1.6",
2018-03-29 19:17:11 +00:00
"markdown-it": "^8.4.1",
"md5-file": "^4.0.0",
2019-09-08 16:18:44 +00:00
"moment": "^2.24.0",
2017-12-04 18:16:14 +00:00
"mustache": "^2.3.0",
"node-fetch": "^1.7.3",
2020-11-05 16:58:23 +00:00
"relative": "^3.0.2",
"request": "^2.88.0",
"sharp": "^0.25.2",
"source-map-support": "^0.5.19",
2019-01-11 22:07:23 +00:00
"uri-template": "^1.0.1",
"yargs": "^16.0.3"
2020-11-05 16:58:23 +00:00
},
"devDependencies": {
"@rmp135/sql-ts": "^1.6.0",
2021-01-04 15:01:45 +00:00
"@types/fs-extra": "^9.0.6",
2021-09-29 15:16:40 +00:00
"@types/jest": "^26.0.15",
"@types/mustache": "^0.8.32",
2021-08-10 10:12:36 +00:00
"@types/node": "^14.14.6",
"gettext-extractor": "^3.5.3",
"gulp": "^4.0.2",
2021-09-29 15:16:40 +00:00
"jest": "^26.6.3",
"sass": "^1.39.2",
2021-01-04 15:01:45 +00:00
"sqlite3": "^5.0.0",
"typescript": "^4.1.3"
},
2021-09-29 15:22:20 +00:00
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
2017-11-23 18:14:38 +00:00
}