will-core
Version:
core module
75 lines (74 loc) • 1.77 kB
JSON
{
"name": "will-core",
"version": "1.0.65",
"description": "core module",
"main": "index.js",
"scripts": {
"build": "tsc --project ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Assure",
"Attach",
"Authenticate",
"Authorize",
"Captcha",
"ChangePassword",
"Diffie",
"ForgotPassword",
"Login",
"Signin"
],
"author": "tassun_oro@hotmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/tassun/will-core/issues"
},
"homepage": "https://github.com/tassun/will-core#readme",
"repository": {
"type": "git",
"url": "https://github.com/tassun/will-core.git"
},
"dependencies": {
"activedirectory": "^0.7.2",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"canvas": "^2.10.2",
"config": "^3.3.8",
"cors": "^2.8.5",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.2",
"moleculer": "^0.14.25",
"moleculer-web": "^0.10.4",
"multer": "^1.4.5-lts.1",
"node-2fa": "^2.0.3",
"nodemailer": "^6.8.0",
"path": "^0.12.7",
"random-js": "^2.1.0",
"randomcolor": "^0.6.2",
"uuidv4": "^6.2.13",
"will-api": "^1.0.13",
"will-db": "^1.0.45",
"will-dh": "^1.0.0",
"will-lib": "^1.0.22",
"will-sql": "^1.0.25",
"will-util": "^1.0.7"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/express-session": "^1.17.5",
"@types/jsonwebtoken": "^8.5.9",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.9",
"@types/uuidv4": "^5.0.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=15"
}
}