@accounts/password
Version:
[](https://www.npmjs.com/package/@accounts/password) [](https://www.npmjs.com/package/@accounts/password) [ • 1.24 kB
JSON
{
"name": "@accounts/password",
"version": "1.0.0-alpha-20231126181819-d6faf8d5",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"clean": "yarn run -T rimraf lib",
"start": "yarn run -T tsc --watch",
"precompile": "yarn run clean",
"compile": "yarn run -T tsc",
"prepublishOnly": "yarn run compile",
"testonly": "yarn run -T jest",
"coverage": "yarn run -T jest --coverage"
},
"files": [
"src",
"lib"
],
"jest": {
"testEnvironment": "node",
"preset": "ts-jest"
},
"peerDependencies": {
"@accounts/server": "^0.33.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-modules": "^3.0.0"
},
"dependencies": {
"@accounts/two-factor": "^0.32.4",
"bcryptjs": "2.4.3",
"express-validator": "^7.0.1",
"request-ip": "3.3.0"
},
"devDependencies": {
"@accounts/server": "^0.33.1",
"@accounts/types": "^0.33.1",
"@types/bcryptjs": "2.4.6",
"@types/express": "^4.17.21",
"@types/lodash.set": "4.3.9",
"@types/request-ip": "0.0.41",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"lodash.set": "4.3.2",
"reflect-metadata": "0.1.13"
}
}