{ "name": "fast-srp-hap", "description": "Secure Remote Password (SRP)", "version": "1.1.0", "main": "dist/index.js", "scripts": { "prepare": "rm -rf dist && tsc", "test": "vows dist/test/test_*.js --spec" }, "repository": { "type": "git", "url": "https://github.com/zarmack/fast-srp" }, "author": "Zarmack Tanen", "licence": "MIT", "files": [ "lib", "dist/index.*", "dist/lib" ], "dependencies": {}, "devDependencies": { "@types/node": "^12.12.3", "typescript": "^3.6.4", "vows": "^0.8.3" } }