- @standardnotes/api@1.8.4 - @standardnotes/desktop@3.23.169 - @standardnotes/encryption@1.15.6 - @standardnotes/filepicker@1.23.6 - @standardnotes/files@1.10.6 - @standardnotes/mobile@3.37.3 - @standardnotes/releases@1.3.94 - @standardnotes/services@1.22.1 - @standardnotes/sncrypto-common@1.12.0 - @standardnotes/sncrypto-web@1.13.0 - @standardnotes/snjs@2.133.1 - @standardnotes/ui-services@1.3.6 - @standardnotes/web@3.62.3
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@standardnotes/sncrypto-web",
|
|
"version": "1.13.0",
|
|
"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": "*",
|
|
"eslint-plugin-prettier": "*",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"serve-static": "^1.14.2",
|
|
"ts-loader": "^9.2.6",
|
|
"typedarray-to-buffer": "^4.0.0",
|
|
"typescript": "*",
|
|
"uuid": "^8.3.2",
|
|
"webpack": "*",
|
|
"webpack-cli": "*"
|
|
}
|
|
}
|