- @standardnotes/api@1.4.3 - @standardnotes/components-meta@2.7.1 - @standardnotes/desktop@3.23.53 - @standardnotes/encryption@1.13.2 - @standardnotes/features@1.50.2 - @standardnotes/filepicker@1.21.1 - @standardnotes/files@1.8.2 - @standardnotes/icons@1.4.5 - @standardnotes/mobile@3.30.1 - @standardnotes/models@1.15.2 - @standardnotes/releases@1.2.67 - @standardnotes/responses@1.9.1 - @standardnotes/services@1.16.2 - @standardnotes/sncrypto-web@1.12.2 - @standardnotes/snjs@2.123.1 - @standardnotes/toast@1.3.2 - @standardnotes/utils@1.8.1 - @standardnotes/web-server@1.2.75 - @standardnotes/web@3.37.1 - @standardnotes/advanced-checklist@0.2.1 - @standardnotes/spreadsheets@1.5.0 - @standardnotes/authenticator@2.2.2
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@standardnotes/sncrypto-web",
|
|
"version": "1.12.2",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "SNCrypto Web",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*.js",
|
|
"dist/**/*.js.map",
|
|
"dist/**/*.d.ts"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"prebuild": "yarn clean",
|
|
"build": "webpack --mode production && tsc",
|
|
"watch": "webpack --mode production --watch",
|
|
"lint": "eslint . --ext .ts",
|
|
"test:e2e": "node test-server.js"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/sncrypto-common": "workspace:*",
|
|
"buffer": "^6.0.3",
|
|
"libsodium-wrappers": "^0.7.10",
|
|
"reflect-metadata": "^0.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "*",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "*",
|
|
"@types/libsodium-wrappers": "^0.7.9",
|
|
"@types/node": "^18.0.0",
|
|
"@types/uuid": "^8.3.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
"babel-loader": "^8.2.3",
|
|
"chai": "^4.3.6",
|
|
"connect": "^3.7.0",
|
|
"eslint-plugin-prettier": "*",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"serve-static": "^1.14.2",
|
|
"ts-loader": "^9.2.6",
|
|
"typedarray-to-buffer": "^4.0.0",
|
|
"uuid": "^8.3.2",
|
|
"webpack": "*",
|
|
"webpack-cli": "*"
|
|
}
|
|
}
|