web/packages/features/package.json
StandardNotes CI e7d805b91a
chore(release): publish
- @standardnotes/api@1.26.29
 - @standardnotes/clipper@1.1.98
 - @standardnotes/desktop@3.108.29
 - @standardnotes/encryption@1.21.52
 - @standardnotes/features@1.59.10
 - @standardnotes/filepicker@1.28.61
 - @standardnotes/files@1.16.7
 - @standardnotes/mobile@3.56.8
 - @standardnotes/models@1.46.11
 - @standardnotes/releases@1.4.380
 - @standardnotes/responses@1.13.30
 - @standardnotes/services@1.63.5
 - @standardnotes/snjs@2.202.7
 - @standardnotes/ui-services@1.28.6
 - @standardnotes/web@3.166.16
2023-07-17 14:57:47 +00:00

42 lines
997 B
JSON

{
"name": "@standardnotes/features",
"version": "1.59.10",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"description": "Features SDK 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"
},
"dependencies": {
"@standardnotes/common": "^1.50.0",
"@standardnotes/domain-core": "^1.22.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "*",
"eslint": "*",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "4.9.3"
}
}