-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.69 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "bugfinder-commitpath-quantifier-sonarqubepredecessors",
"version": "1.2.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && npx tsc --project .",
"clean": "npx rimraf ./dist",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags",
"pack": "npm pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/penguinsAreFunny/bugFinder-commitPath-quantifier-sonarqubepredecessors"
},
"homepage": "https://github.com/penguinsAreFunny/bugFinder-commitPath-quantifier-sonarqubepredecessors#readme",
"bugs": {
"url": "https://github.com/penguinsAreFunny/bugFinder-commitPath-quantifier-sonarqubepredecessors/issues"
},
"files": [
"dist/**/*"
],
"author": "Robert Klinger",
"keyword": "bugfinder",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"inversify": "^5.1.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"typescript": "^4.3.2"
},
"dependencies": {
"@types/node": "^15.12.2",
"axios": "^0.21.0",
"bugfinder-commitpath-db-mongodb": "^3.6.0",
"bugfinder-commitpath-quantifier-sonarqube": "^2.17.0",
"bugfinder-framework": "^10.1.0",
"bugfinder-framework-defaultcontainer": "^1.2.0",
"bugfinder-localityrecorder-commit": "^2.8.0",
"bugfinder-localityrecorder-commitpath": "^1.24.0",
"moment": "^2.29.1",
"properties-reader": "^2.1.1",
"ts-log": "^2.2.3",
"underscore": "^1.13.1"
}
}