49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"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 <hided62@gmail.com>",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sammo/util": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.5",
|
|
"@types/lodash": "^4.14.199",
|
|
"@types/lodash-es": "^4.17.9",
|
|
"@types/node": "^20.6.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
"@typescript-eslint/parser": "^6.7.2",
|
|
"bson": "^5.5.0",
|
|
"buffer": "^6.0.3",
|
|
"eslint": "^8.50.0",
|
|
"jest": "^29.7.0",
|
|
"lodash-es": "^4.17.21",
|
|
"ts-jest": "^29.1.1",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"bson": "^5.4.0",
|
|
"buffer": "^6.0.3",
|
|
"lodash-es": "^4.17.21"
|
|
}
|
|
}
|