{ "name": "@standardnotes/snjs", "version": "2.202.4", "engines": { "node": ">=16.0.0 <17.0.0" }, "main": "dist/snjs.js", "author": "Standard Notes", "types": "dist/@types", "files": [ "dist", "mocha", "e2e-server.js" ], "license": "AGPL-3.0-or-later", "publishConfig": { "access": "public" }, "scripts": { "start": "webpack -w --config webpack.dev.js", "start:test-server": "yarn node e2e-server.js", "clean": "rm -fr dist", "prebuild": "yarn clean", "build": "yarn tsc && webpack --config webpack.prod.js", "watch": "webpack --config webpack.prod.js --watch", "docs": "jsdoc -c jsdoc.json", "tsc": "tsc --project lib/tsconfig.json && tscpaths -p lib/tsconfig.json -s lib -o dist/@types", "lint": "yarn lint:eslint lib", "lint:eslint": "eslint --ext .ts lib/", "lint:fix": "eslint --fix --ext .ts lib/", "lint:tsc": "tsc --noEmit --emitDeclarationOnly false --project lib/tsconfig.json", "test": "jest", "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand" }, "devDependencies": { "@babel/core": "*", "@babel/preset-env": "*", "@standardnotes/api": "workspace:*", "@standardnotes/common": "^1.50.0", "@standardnotes/domain-core": "^1.22.0", "@standardnotes/domain-events": "^2.108.1", "@standardnotes/encryption": "workspace:*", "@standardnotes/features": "workspace:*", "@standardnotes/files": "workspace:*", "@standardnotes/models": "workspace:*", "@standardnotes/responses": "workspace:*", "@standardnotes/security": "^1.7.6", "@standardnotes/services": "workspace:*", "@standardnotes/settings": "^1.20.0", "@standardnotes/sncrypto-common": "workspace:*", "@standardnotes/sncrypto-web": "workspace:*", "@standardnotes/utils": "workspace:*", "@types/crypto-js": "^4.1.1", "@types/jest": "^29.2.3", "@types/jsdom": "^20.0.1", "@types/libsodium-wrappers": "^0.7.10", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "*", "babel-jest": "^29.3.1", "babel-loader": "^9.1.0", "circular-dependency-plugin": "^5.2.2", "crypto-js": "^4.1.1", "docdash": "^2.0.0", "dom-storage": "^2.1.0", "eslint": "*", "eslint-plugin-prettier": "*", "exports-loader": "^4.0.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "jsdom": "^20.0.2", "libsodium-wrappers": "^0.7.10", "nock": "^13.2.9", "otplib": "^12.0.1", "reflect-metadata": "^0.1.13", "script-loader": "^0.7.2", "semver": "^7.3.8", "ts-jest": "^29.0.3", "ts-loader": "^9.4.1", "ts-node": "^10.9.1", "tscpaths": "0.0.9", "typescript": "*", "uuid": "^9.0.0", "webpack": "*", "webpack-cli": "*", "webpack-merge": "^5.8.0" } }