mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"name": "joplin",
|
|
"description": "Joplin CLI Client",
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": "Laurent Cozic",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest --verbose=false --config=jest.config.js --bail --forceExit",
|
|
"test-one": "jest --verbose=false --config=jest.config.js --bail --forceExit",
|
|
"test-ci": "jest --config=jest.config.js --forceExit",
|
|
"build": "gulp build",
|
|
"start": "gulp build -L && node \"build/main.js\" --stack-trace-enabled --log-level debug --env dev",
|
|
"start-no-build": "node \"build/main.js\" --stack-trace-enabled --log-level debug --env dev",
|
|
"tsc": "tsc --project tsconfig.json",
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json"
|
|
},
|
|
"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,
|
|
2020,
|
|
2021,
|
|
2022,
|
|
2023
|
|
],
|
|
"owner": "Laurent Cozic"
|
|
},
|
|
"version": "3.0.1",
|
|
"bin": "./main.js",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@joplin/lib": "~3.0",
|
|
"@joplin/renderer": "~3.0",
|
|
"@joplin/utils": "~3.0",
|
|
"aws-sdk": "2.1340.0",
|
|
"chalk": "4.1.2",
|
|
"compare-version": "0.1.2",
|
|
"fs-extra": "11.2.0",
|
|
"html-entities": "1.4.0",
|
|
"image-type": "3.1.0",
|
|
"keytar": "7.9.0",
|
|
"md5": "2.3.0",
|
|
"node-rsa": "1.1.1",
|
|
"open": "8.4.2",
|
|
"proper-lockfile": "4.1.2",
|
|
"read-chunk": "2.1.0",
|
|
"server-destroy": "1.0.1",
|
|
"sharp": "0.33.3",
|
|
"sprintf-js": "1.1.3",
|
|
"sqlite3": "5.1.6",
|
|
"string-padding": "1.0.2",
|
|
"strip-ansi": "6.0.1",
|
|
"tcp-port-used": "1.0.2",
|
|
"terminal-kit": "3.1.1",
|
|
"tkwidgets": "0.5.27",
|
|
"url-parse": "1.5.10",
|
|
"word-wrap": "1.2.5",
|
|
"yargs-parser": "21.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@joplin/tools": "~3.0",
|
|
"@types/fs-extra": "11.0.4",
|
|
"@types/jest": "29.5.8",
|
|
"@types/node": "18.19.31",
|
|
"@types/proper-lockfile": "^4.1.2",
|
|
"gulp": "4.0.2",
|
|
"jest": "29.7.0",
|
|
"temp": "0.9.4",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|