2 "name": "@proton/crypto",
5 "author": "ProtonMail",
7 "main": "./lib/index.ts",
10 "lint": "eslint lib test --ext .js,.ts,tsx --quiet --cache",
11 "pretty": "prettier --write $(find lib -type f -name '*.js' -o -name '*.ts' -o -name '*.tsx')",
12 "test": "karma start test/karma.conf.js",
13 "test:ci": "yarn test"
17 "pmcrypto": "npm:@protontech/pmcrypto@^7.20.0",
18 "pmcrypto-v6-canary": "npm:@protontech/pmcrypto@^8.0.0"
21 "@proton/eslint-config-proton": "workspace:^",
22 "@types/chai": "^4.3.20",
23 "@types/chai-as-promised": "^7.1.8",
25 "chai-as-promised": "^7.1.2",
27 "eslint-plugin-chai-friendly": "^0.8.0",
28 "eslint-plugin-jasmine": "^4.2.2",
30 "karma-chrome-launcher": "^3.2.0",
31 "karma-firefox-launcher": "^2.1.3",
32 "karma-jasmine": "^5.1.0",
33 "karma-webkit-launcher": "^2.6.0",
34 "karma-webpack": "^5.0.1",
35 "playwright": "^1.49.0",
37 "ts-loader": "^9.5.1",
38 "typescript": "^5.6.3",
40 "webpack-cli": "^5.1.4"