-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 846 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}