@slonik/test-ssls
Version:
SSLs used for testing Slonik.
27 lines • 570 B
JSON
{
"name": "@slonik/test-ssls",
"version": "48.18.0",
"description": "SSLs used for testing Slonik.",
"license": "BSD-3-Clause",
"author": {
"name": "Gajus Kuizinas",
"email": "gajus@gajus.com",
"url": "http://gajus.com"
},
"repository": {
"type": "git",
"url": "https://github.com/gajus/slonik"
},
"type": "module",
"exports": {
"./root.crt": "./root.crt",
"./slonik.crt": "./slonik.crt",
"./slonik.key": "./slonik.key"
},
"peerDependencies": {
"zod": "^3.25 || ^4"
},
"engines": {
"node": ">=24"
}
}