mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
- @standardnotes/clipper@1.1.423 - @standardnotes/desktop@3.110.25 - @standardnotes/mobile@3.58.82 - @standardnotes/releases@1.4.718 - @standardnotes/sncrypto-web@1.14.11 - @standardnotes/snjs@2.208.6 - @standardnotes/web@3.191.11
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "@standardnotes/sncrypto-web",
|
|
"version": "1.14.11",
|
|
"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",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"prebuild": "yarn clean",
|
|
"build": "webpack --mode production && tsc",
|
|
"watch": "webpack --mode production --watch",
|
|
"lint": "eslint src --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.10",
|
|
"@types/node": "^18.11.9",
|
|
"@types/uuid": "^8.3.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
"babel-loader": "^9.1.0",
|
|
"chai": "^4.3.7",
|
|
"connect": "^3.7.0",
|
|
"eslint": "*",
|
|
"eslint-plugin-prettier": "*",
|
|
"regenerator-runtime": "^0.13.10",
|
|
"serve-static": "^1.15.0",
|
|
"ts-loader": "^9.4.1",
|
|
"typedarray-to-buffer": "^4.0.0",
|
|
"typescript": "*",
|
|
"uuid": "^9.0.0",
|
|
"webpack": "*",
|
|
"webpack-cli": "*"
|
|
}
|
|
}
|