{ "name": "@sammo/crypto", "version": "1.0.1", "description": "", "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./AES": "./dist/AES.js", "./ECDSA": "./dist/ECDSA.js", "./ECDHe": "./dist/ECDHe.js", "./ECDHe_AES": "./dist/ECDHe_AES.js", "./ECKey": "./dist/ECKey.js", "./PBKDF2": "./dist/PBKDF2.js", "./SHA2": "./dist/SHA2.js", "./RawTypes": "./dist/RawTypes.js" }, "scripts": { "build": "tsc --build", "test": "jest" }, "author": "Hide_D ", "type": "module", "license": "MIT", "dependencies": { "@sammo/util": "workspace:^" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", "@types/lodash-es": "^4.17.12", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "bson": "^6.4.0", "buffer": "^6.0.3", "eslint": "^8.57.0", "jest": "^29.7.0", "lodash-es": "^4.17.21", "ts-jest": "^29.1.2", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "peerDependencies": { "bson": "^5.4.0", "buffer": "^6.0.3", "lodash-es": "^4.17.21" } }