UNPKG

crypt3-passwd

Version:
38 lines (37 loc) 759 B
{ "name": "crypt3-passwd", "version": "0.1.0", "description": "CRYPT(3)", "main": "index.js", "scripts": { "install": "node-gyp-build", "test": "tap 'test/*.test.js' --cov" }, "repository": { "type": "git", "url": "git+https://github.com/victor0801x/crypt3-passwd.git" }, "keywords": [ "crypt3", "/etc/passwd", "/etc/shadow" ], "author": "Jimmy Huang <victor0801x@gmail.com>", "dependencies": { "node-gyp-build": "^4.6.0" }, "devDependencies": { "node-gyp": "^9.3.1", "release-it": "^15.6.0", "tap": "^16.3.4" }, "release-it": { "git": { "tagName": "v${version}", "commitMessage": "chore: release v${version}" }, "github": { "release": true } } }