-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
76 lines (76 loc) · 2.21 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ui5inspector",
"version": "1.6.6",
"author": "SAP SE",
"license": "Apache-2.0",
"contributors": [
"SAP SE <*@sap.com>"
],
"dependencies": {
"coveralls": "^3.1.0",
"mocha": "^7.1.2"
},
"devDependencies": {
"@actions/core": "^1.9.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/release-notes-generator": "^10.0.3",
"browserify": "^16.5.1",
"browserify-istanbul": "^3.0.1",
"chai": "~4.2.0",
"chrome-stub": "^1.0.2",
"grunt": "^1.4.1",
"grunt-banner": "~0.6.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.6.0",
"grunt-contrib-connect": "~2.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-less": "~2.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-coveralls": "^2.0.0",
"grunt-eslint": "^23.0.0",
"grunt-karma": "^4.0.2",
"grunt-newer": "~1.3.0",
"grunt-text-replace": "~0.4.0",
"husky": "^7.0.4",
"jshint-stylish": "~2.2.1",
"karma": "^6.4.0",
"karma-browserify": "^8.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-mocha": "^2.0.1",
"karma-sinon": "^1.0.5",
"load-grunt-config": "~3.0.1",
"load-grunt-tasks": "~5.1.0",
"prettify-xml": "^1.2.0",
"semantic-release": "^19.0.3",
"sinon": "~9.0.2",
"time-grunt": "~2.0.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/SAP/ui5-inspector"
},
"scripts": {
"generate:typescript": "tsc",
"postinstall": "npm run generate:typescript && node -e \"require('grunt').tasks(['dist']);\"",
"prepare": "husky install",
"husky:pre-commit": "grunt test",
"husky:commit-msg": "commitlint -e"
}
}