-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 951 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
36
37
38
39
40
41
{
"name": "score",
"version": "3.2.0",
"description": "SCORE 10yr Risk Model Javascript KO",
"main": "score10yrRisk.js",
"dependencies": {
"ajv": "^6.12.3",
"csvtojson": "^2.0.10"
},
"devDependencies": {
"jest": "^26.0.0",
"jest-junit": "^10.0.0",
"rewire": "^4.0.1"
},
"scripts": {
"package": "cd 99999-score && kgrid package",
"test": "jest --passWithNoTests --ci --reporters=default --reporters=jest-junit"
},
"jest": {
"verbose": true,
"reporters": [
"default",
"jest-junit"
]
},
"jest-junit": {
"suiteName": "jest tests",
"outputDirectory": "test_results",
"output": "junit.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kgrid-demos/score.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kgrid-demos/score/issues"
},
"homepage": "https://github.com/kgrid-demos/score#readme"
}