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@^8.0.2-patch.0"
20 "@proton/eslint-config-proton": "workspace:^",
21 "@types/chai": "^4.3.20",
22 "@types/chai-as-promised": "^7.1.8",
24 "chai-as-promised": "^7.1.2",
26 "eslint-plugin-chai-friendly": "^0.8.0",
27 "eslint-plugin-jasmine": "^4.2.2",
29 "karma-chrome-launcher": "^3.2.0",
30 "karma-firefox-launcher": "^2.1.3",
31 "karma-jasmine": "^5.1.0",
32 "karma-webkit-launcher": "^2.6.0",
33 "karma-webpack": "^5.0.1",
34 "playwright": "^1.49.0",
36 "ts-loader": "^9.5.1",
37 "typescript": "^5.7.2",
39 "webpack-cli": "^5.1.4"