UNPKG

@turingpointde/cvss.js

Version:

A tiny library to work with cvss vectors

22 lines (21 loc) 573 B
{ "name": "@turingpointde/cvss.js", "version": "2.0.1", "description": "A tiny library to work with cvss vectors", "browser": "dist/index.js", "main": "dist_node/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "bun run build.mjs", "prepublishOnly": "bun run build" }, "keywords": ["cvss", "security"], "author": "Fabian Kutsche", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/turingpointde/cvss.js.git" }, "bugs": "https://github.com/turingpointde/cvss.js/issues" }