@pandatix/js-cvss
Version:
JavaScript implementation of the CVSS (Common Vulnerability Scoring System) standard from FIRST.ORG.
36 lines (35 loc) • 846 B
JSON
{
"name": "@pandatix/js-cvss",
"version": "0.4.4",
"description": "JavaScript implementation of the CVSS (Common Vulnerability Scoring System) standard from FIRST.ORG.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandatix/js-cvss.git"
},
"keywords": [
"javascript",
"typescript",
"npm",
"jest",
"cvss",
"cvssv4"
],
"author": "Lucas TESSON <lucastesson@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandatix/js-cvss/issues"
},
"homepage": "https://github.com/pandatix/js-cvss#readme",
"devDependencies": {
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
}
}