HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/shahnamag/back-end/node_modules/aws-ssl-profiles/package.json
{
  "name": "aws-ssl-profiles",
  "version": "1.1.2",
  "main": "lib/index.js",
  "author": "https://github.com/wellwelwel",
  "description": "AWS RDS SSL certificates bundles.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mysqljs/aws-ssl-profiles"
  },
  "bugs": {
    "url": "https://github.com/mysqljs/aws-ssl-profiles/issues"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.8.3",
    "@types/node": "^22.5.1",
    "@types/x509.js": "^1.0.3",
    "poku": "^2.5.0",
    "prettier": "^3.3.3",
    "tsx": "^4.19.0",
    "typescript": "^5.5.4",
    "x509.js": "^1.0.0"
  },
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">= 6.0.0"
  },
  "keywords": [
    "mysql",
    "mysql2",
    "pg",
    "postgres",
    "aws",
    "rds",
    "ssl",
    "certificates",
    "ca",
    "bundle"
  ],
  "scripts": {
    "build": "npx tsc",
    "postbuild": "cp src/index.d.ts lib/index.d.ts",
    "lint": "npx @biomejs/biome lint && prettier --check .",
    "lint:fix": "npx @biomejs/biome lint --write . && prettier --write .",
    "pretest": "npm run build",
    "test": "poku --parallel ./test",
    "test:ci": "npm run lint && npm run test"
  }
}