cert127
Version:
`cert127` / There is no place like 127.0.0.1
27 lines (26 loc) • 590 B
JSON
{
"name": "cert127",
"version": "0.1.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"author": "David Gamote",
"repository": {
"type": "git",
"url": "https://github.com/Gamote/cert127.git"
},
"keywords": ["cert127", "makecert", "certificate", "ssl", "https", "tls", "local", "development", "mkcert", "127"],
"scripts": {
"build": "rm -rf dist && tsc",
"start": "node dist/index.js"
},
"dependencies": {
"typescript": "^4.9.3"
},
"devDependencies": {
"@types/node": "^18.11.9"
}
}