proton-pmcrypto/package.json
dependabot[bot] 664fe020a2
Some checks failed
/ Tests (push) Has been cancelled
Bump playwright from 1.56.0 to 1.57.0 (#248)
Bumps [playwright](https://github.com/microsoft/playwright) from 1.56.0 to 1.57.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.56.0...v1.57.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 15:15:51 +01:00

78 lines
2.4 KiB
JSON

{
"name": "@protontech/pmcrypto",
"version": "8.8.1",
"description": "",
"main": "./lib/index.ts",
"sideEffects": false,
"browser": {
"buffer": false,
"stream": false
},
"files": [
"lib/",
"tsconfig.json"
],
"scripts": {
"test": "karma start karma.conf.js",
"lint": "eslint eslint.config.mjs lib test",
"postversion": "git push && git push --tags",
"test-type-definitions": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProtonMail/pmcrypto.git"
},
"author": "ProtonMail",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProtonMail/pmcrypto/issues"
},
"homepage": "https://github.com/ProtonMail/pmcrypto#readme",
"dependencies": {
"@noble/hashes": "^2.0.1",
"@openpgp/web-stream-tools": "~0.1.3",
"jsmimeparser": "npm:@protontech/jsmimeparser@^3.0.2",
"openpgp": "npm:@protontech/openpgp@~6.2.2"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@protontech/eslint-plugin-enforce-uint8array-arraybuffer": "^2.0.0",
"@stylistic/eslint-plugin": "^5.6.1",
"@types/bn.js": "^5.2.0",
"@types/chai": "^5.2.2",
"@types/chai-as-promised": "^8.0.2",
"@types/elliptic": "^6.4.18",
"@types/mocha": "^9.1.1",
"@types/sinon": "^17.0.4",
"@types/webpack-env": "^1.18.8",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"bn.js": "^5.2.2",
"chai": "^6.2.1",
"chai-as-promised": "^8.0.2",
"elliptic": "^6.6.1",
"eslint": "^9.39.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-chai-friendly": "^1.1.0",
"eslint-plugin-import": "^2.32.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-webkit-launcher": "^2.6.0",
"karma-webpack": "^5.0.1",
"mocha": "^11.7.5",
"playwright": "^1.57.0",
"sinon": "^21.0.0",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.0",
"web-streams-polyfill": "^3.3.3",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1"
},
"packageManager": "yarn@4.10.2",
"engines": {
"npm": "please use yarn"
}
}