sshfp-generator/package.json

26 lines
581 B
JSON

{
"name": "sshfp-generator",
"version": "1.0.0",
"description": "A helper application that sets up SSHFP dns records for domains hosted on oblong",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.h.hackclub.app/9pfs/sshfp-generator"
},
"keywords": [
"oblong",
"sshfp",
"ssh",
"dns"
],
"author": "h@hackclub.app",
"license": "GPL-3.0-or-later",
"type": "module",
"dependencies": {
"ejs": "^3.1.9",
"express": "^4.19.2"
}
}