2020-11-05 18:58:23 +02:00
|
|
|
{
|
2020-11-06 23:25:07 +02:00
|
|
|
"name": "joplin",
|
2020-11-05 18:58:23 +02:00
|
|
|
"description": "Joplin CLI Client",
|
2022-12-21 12:00:31 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2020-11-05 18:58:23 +02:00
|
|
|
"author": "Laurent Cozic",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-05-15 11:12:11 +02:00
|
|
|
"test": "jest --verbose=false --config=jest.config.js --bail --forceExit",
|
2020-11-29 13:29:43 +02:00
|
|
|
"test-one": "jest --verbose=false --config=jest.config.js --bail --forceExit",
|
|
|
|
"test-ci": "jest --config=jest.config.js --forceExit",
|
2020-11-05 18:58:23 +02:00
|
|
|
"build": "gulp build",
|
|
|
|
"start": "gulp build -L && node \"build/main.js\" --stack-trace-enabled --log-level debug --env dev",
|
2021-09-17 11:59:10 +02:00
|
|
|
"start-no-build": "node \"build/main.js\" --stack-trace-enabled --log-level debug --env dev",
|
2021-12-20 17:08:43 +02:00
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2021-12-21 13:43:12 +02:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/laurent22/joplin/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/laurent22/joplin"
|
|
|
|
},
|
|
|
|
"copyright": {
|
|
|
|
"title": "Joplin CLI",
|
|
|
|
"years": [
|
|
|
|
2016,
|
|
|
|
2017,
|
|
|
|
2018,
|
|
|
|
2019,
|
2021-06-16 21:07:17 +02:00
|
|
|
2020,
|
2022-10-20 15:27:16 +02:00
|
|
|
2021,
|
2023-03-19 17:37:07 +02:00
|
|
|
2022,
|
|
|
|
2023
|
2020-11-05 18:58:23 +02:00
|
|
|
],
|
|
|
|
"owner": "Laurent Cozic"
|
|
|
|
},
|
2024-08-09 12:47:43 +02:00
|
|
|
"version": "3.1.0",
|
2021-12-20 17:08:43 +02:00
|
|
|
"bin": "./main.js",
|
2020-11-05 18:58:23 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-09 12:47:43 +02:00
|
|
|
"@joplin/lib": "~3.1",
|
|
|
|
"@joplin/renderer": "~3.1",
|
|
|
|
"@joplin/utils": "~3.1",
|
2023-06-01 17:13:08 +02:00
|
|
|
"aws-sdk": "2.1340.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"chalk": "4.1.2",
|
|
|
|
"compare-version": "0.1.2",
|
2024-01-08 13:53:28 +02:00
|
|
|
"fs-extra": "11.2.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"html-entities": "1.4.0",
|
|
|
|
"image-type": "3.1.0",
|
2022-11-07 20:43:02 +02:00
|
|
|
"keytar": "7.9.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"md5": "2.3.0",
|
|
|
|
"node-rsa": "1.1.1",
|
2023-03-03 03:06:42 +02:00
|
|
|
"open": "8.4.2",
|
2022-11-13 12:41:56 +02:00
|
|
|
"proper-lockfile": "4.1.2",
|
2022-11-05 15:09:41 +02:00
|
|
|
"read-chunk": "2.1.0",
|
|
|
|
"server-destroy": "1.0.1",
|
2024-09-01 22:32:56 +02:00
|
|
|
"sharp": "0.33.4",
|
2023-10-01 21:32:55 +02:00
|
|
|
"sprintf-js": "1.1.3",
|
2024-02-10 17:23:33 +02:00
|
|
|
"sqlite3": "5.1.6",
|
2022-11-05 15:09:41 +02:00
|
|
|
"string-padding": "1.0.2",
|
2022-11-14 07:40:32 +02:00
|
|
|
"strip-ansi": "6.0.1",
|
2022-11-05 15:09:41 +02:00
|
|
|
"tcp-port-used": "1.0.2",
|
2024-07-16 20:03:33 +02:00
|
|
|
"terminal-kit": "3.1.1",
|
2021-12-20 17:08:43 +02:00
|
|
|
"tkwidgets": "0.5.27",
|
2022-11-07 00:34:03 +02:00
|
|
|
"url-parse": "1.5.10",
|
2023-08-11 21:23:30 +02:00
|
|
|
"word-wrap": "1.2.5",
|
2022-11-15 10:13:31 +02:00
|
|
|
"yargs-parser": "21.1.1"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-09 12:47:43 +02:00
|
|
|
"@joplin/tools": "~3.1",
|
2023-11-28 09:47:02 +02:00
|
|
|
"@types/fs-extra": "11.0.4",
|
2024-10-01 04:19:50 +02:00
|
|
|
"@types/jest": "29.5.12",
|
2024-10-17 23:52:28 +02:00
|
|
|
"@types/node": "18.19.41",
|
2023-02-26 14:11:48 +02:00
|
|
|
"@types/proper-lockfile": "^4.1.2",
|
2022-11-05 16:47:55 +02:00
|
|
|
"gulp": "4.0.2",
|
2023-11-01 12:48:09 +02:00
|
|
|
"jest": "29.7.0",
|
2022-11-05 16:47:55 +02:00
|
|
|
"temp": "0.9.4",
|
2024-10-01 04:19:50 +02:00
|
|
|
"typescript": "5.4.5"
|
2020-11-05 18:58:23 +02:00
|
|
|
}
|
|
|
|
}
|