standardnotes-app/packages/utils/package.json
StandardNotes CI a0bc6153d6
chore(release): publish
- @standardnotes/api@1.26.18
 - @standardnotes/clipper@1.1.58
 - @standardnotes/desktop@3.106.67
 - @standardnotes/encryption@1.21.44
 - @standardnotes/features@1.59.6
 - @standardnotes/filepicker@1.28.53
 - @standardnotes/files@1.15.15
 - @standardnotes/icons@1.12.1
 - @standardnotes/mobile@3.53.67
 - @standardnotes/models@1.46.5
 - @standardnotes/releases@1.4.335
 - @standardnotes/responses@1.13.25
 - @standardnotes/services@1.60.7
 - @standardnotes/sncrypto-common@1.13.4
 - @standardnotes/sncrypto-web@1.14.4
 - @standardnotes/snjs@2.200.1
 - @standardnotes/toast@1.3.33
 - @standardnotes/ui-services@1.26.22
 - @standardnotes/utils@1.17.4
 - @standardnotes/web@3.162.10
2023-06-30 14:51:02 +00:00

47 lines
1.1 KiB
JSON

{
"name": "@standardnotes/utils",
"version": "1.17.4",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"description": "Common utilities for Standard Notes projects",
"main": "dist/index.js",
"author": "Standard Notes",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"clean": "rm -fr dist",
"prestart": "yarn clean",
"start": "tsc -p tsconfig.json --watch",
"prebuild": "yarn clean",
"build": "tsc -p tsconfig.json",
"lint": "eslint src --ext .ts",
"test": "jest spec"
},
"dependencies": {
"@standardnotes/common": "^1.48.3",
"dompurify": "^2.4.1",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/dompurify": "^2.4.0",
"@types/jest": "^29.2.3",
"@types/jsdom": "^20.0.1",
"@types/lodash": "^4.14.189",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"eslint": "*",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
"jsdom": "^20.0.2",
"ts-jest": "^29.0.3",
"typescript": "*"
}
}