mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
- @standardnotes/api@1.26.65 - @standardnotes/clipper@1.1.261 - @standardnotes/desktop@3.108.195 - @standardnotes/encryption@1.21.87 - @standardnotes/features@1.60.2 - @standardnotes/filepicker@1.28.98 - @standardnotes/files@1.17.17 - @standardnotes/icons@1.13.1 - @standardnotes/mobile@3.56.174 - @standardnotes/models@1.47.23 - @standardnotes/releases@1.4.549 - @standardnotes/responses@1.13.49 - @standardnotes/services@1.64.35 - @standardnotes/sncrypto-common@1.13.8 - @standardnotes/sncrypto-web@1.14.9 - @standardnotes/snjs@2.202.97 - @standardnotes/toast@1.3.39 - @standardnotes/ui-services@1.32.1 - @standardnotes/utils@1.17.12 - @standardnotes/web@3.177.6
37 lines
813 B
JSON
37 lines
813 B
JSON
{
|
|
"name": "@standardnotes/sncrypto-common",
|
|
"version": "1.13.8",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "SNCrypto common",
|
|
"main": "dist/index.js",
|
|
"author": "Standard Notes",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"license": "AGPL-3.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"prebuild": "yarn clean",
|
|
"build": "tsc -p tsconfig.json",
|
|
"watch": "tsc -p tsconfig.json --watch",
|
|
"lint": "eslint src --ext .ts",
|
|
"test": "yarn lint"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "*",
|
|
"@typescript-eslint/parser": "*",
|
|
"eslint": "*",
|
|
"eslint-plugin-prettier": "*",
|
|
"typescript": "*"
|
|
},
|
|
"dependencies": {
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|