will-lib
Version:
Library classes
62 lines (61 loc) • 1.67 kB
JSON
{
"name": "will-lib",
"version": "1.0.22",
"description": "Library classes",
"main": "index.js",
"scripts": {
"build": "tsc --project ./",
"test:lib": "node dist/test/test.lib.js -opt test",
"test:exam": "node dist/test/test.lib.js -opt exam",
"test:check": "node dist/test/test.lib.js -opt check -site FWS -usr tso -pwd password",
"test:mail": "node dist/test/test.mail.js",
"test:token": "node dist/test/test.lib.js -opt token -uuid 485deff2-fe64-4246-b654-a822b135913e",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"PasswordLibrary",
"MailLibrary",
"BasicLibrary",
"AuthenLibrary",
"ActiveLibrary",
"CaptchaLibrary"
],
"author": "tassun_oro@hotmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/tassun/will-lib/issues"
},
"homepage": "https://github.com/tassun/will-lib#readme",
"repository": {
"type": "git",
"url": "https://github.com/tassun/will-lib.git"
},
"dependencies": {
"activedirectory": "^0.7.2",
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"canvas": "^2.10.2",
"config": "^3.3.8",
"jsonwebtoken": "^9.0.2",
"node-rsa": "^1.1.1",
"nodemailer": "^6.8.0",
"path": "^0.12.7",
"random-js": "^2.1.0",
"randomcolor": "^0.6.2",
"uuidv4": "^6.2.13",
"will-sql": "^1.0.23",
"will-util": "^1.0.6"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^18.11.9",
"@types/uuidv4": "^5.0.0",
"mysql": "^2.18.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=15"
}
}