Files
standardnotes-app/packages/sncrypto-web/package.json
dependabot[bot] f82f86a433 chore(deps-dev): bump @types/node in /packages/sncrypto-web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.17 to 20.11.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 15:58:41 +00:00

54 lines
1.4 KiB
JSON

{
"name": "@standardnotes/sncrypto-web",
"version": "1.14.10",
"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": "^20.11.19",
"@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": "*"
}
}