-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.06 KB
/
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": "sisuwellness-qrisk3",
"version": "1.0.2",
"description": "Javasscdript port of QRSIK3-2017",
"main": "build/index.js",
"repository": "https://github.com/sisuhealthgroup/qrisk3.git",
"author": "Hossein Salehi <aerocov@gmail.com>",
"license": "LGPL-3.0",
"keywords": [
"qrisk",
"QRISK-3",
"heart attack",
"stroke"
],
"scripts": {
"start:dev": "nodemon index.js",
"test": "jest",
"build": "babel src --out-dir build --ignore 'src/**/*.test.js'",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@types/jest": "^25.1.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-jsdoc": "^21.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"prettier": "^1.19.1"
},
"engines": {
"node": ">=8.10.0"
}
}