-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1018 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "authentication-flows-js",
"version": "1.12.3",
"description": "authentication-flows for javascript",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"test": "npx tsc --target ES6"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/OhadR/authentication-flows-js.git"
},
"keywords": [
"authentication",
"create account",
"forgot password",
"account management",
"login",
"logout"
],
"author": "Ohad Redlich",
"license": "ISC",
"dependencies": {
"@log4js-node/log4js-api": "^1.0.2",
"debug": "^4.3.1",
"express": "^4.18.2",
"nodemailer": "4.7.0",
"proxy-agent": "^3.1.1"
},
"devDependencies": {
"@types/node": "^20.8.0",
"rimraf": "^5.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"bugs": {
"url": "https://github.com/OhadR/authentication-flows-js/issues"
},
"homepage": "https://github.com/OhadR/authentication-flows-js#readme"
}