{ "name": "@standardnotes/sncrypto-web", "version": "1.14.8", "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", "private": true, "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": "*" } }