mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
dde7acc70f
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
33 lines
784 B
JSON
33 lines
784 B
JSON
{
|
|
"name": "@joplin/utils",
|
|
"version": "2.11.0",
|
|
"description": "Utilities for Joplin",
|
|
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./net": "./dist/net.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc --project tsconfig.json",
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
|
"test": "jest --verbose=false",
|
|
"test-ci": "yarn test"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"execa": "5.1.1",
|
|
"fs-extra": "11.1.1",
|
|
"node-fetch": "2.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "29.5.1",
|
|
"@types/node-fetch": "2.6.3",
|
|
"jest": "29.5.0",
|
|
"ts-jest": "29.1.0"
|
|
}
|
|
}
|