UNPKG

@alexisanzieu/passense

Version:

SOLID password to ensure robust security

32 lines (31 loc) 770 B
{ "name": "@alexisanzieu/passense", "version": "2.9.6", "description": "SOLID password to ensure robust security", "main": "lib/index.js", "repository": "alexissense/passense", "scripts": { "test": "jest --coverage --config ./jest.config.json", "sonar": "sonar-scanner", "build": "rimraf lib && tsc -p tsconfig.json" }, "author": "alexissense", "license": "ISC", "devDependencies": { "@types/jest": "^24.0.11", "jest": "^24.5.0", "rimraf": "^2.6.3", "ts-jest": "^24.0.0", "tslint-microsoft-contrib": "^6.1.0", "typescript": "^3.3.4000" }, "keywords": [ "SOLID", "npm", "package", "password" ], "dependencies": { "@babel/preset-typescript": "^7.3.3" } }