mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-30 08:26:59 +02:00
217fd20985
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@joplin/utils",
|
|
"version": "2.12.1",
|
|
"description": "Utilities for Joplin",
|
|
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./env": "./dist/env.js",
|
|
"./fs": "./dist/fs.js",
|
|
"./html": "./dist/html.js",
|
|
"./net": "./dist/net.js",
|
|
"./time": "./dist/time.js",
|
|
"./types": "./dist/types.js",
|
|
"./url": "./dist/url.js",
|
|
"./Logger": "./dist/Logger.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": {
|
|
"async-mutex": "0.4.0",
|
|
"execa": "5.1.1",
|
|
"fs-extra": "11.1.1",
|
|
"glob": "10.3.3",
|
|
"html-entities": "1.4.0",
|
|
"moment": "2.29.4",
|
|
"node-fetch": "2.6.7",
|
|
"sprintf-js": "1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "11.0.1",
|
|
"@types/jest": "29.5.3",
|
|
"@types/node-fetch": "2.6.4",
|
|
"jest": "29.6.2",
|
|
"ts-jest": "29.1.1"
|
|
}
|
|
}
|