-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
139 lines (139 loc) · 4.2 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "dx-scanner",
"description": "Scan your project for possible DX recommendations.",
"version": "3.57.0",
"author": "DX Heroes LTD <[email protected]> (https://dxheroes.io)",
"homepage": "https://github.com/dxheroes/dx-scanner",
"repository": "ssh://[email protected]/dxheroes/dx-scanner.git",
"license": "MIT",
"bugs": "https://github.com/dxheroes/dx-scanner/issues",
"scripts": {
"build": "rimraf lib && tsc -b",
"build:watch": "yarn build -w --incremental",
"lint": "eslint --ext .ts 'src' 'types'",
"lint:fix": "yarn lint --fix",
"prepack": "yarn build",
"start": "./bin/run",
"test": "jest --runInBand --logHeapUsage",
"test:watch": "jest --watch",
"test:codecov:upload": "codecov -f \"coverage/coverage-final.json\"",
"validate": "yarn install && yarn build && yarn lint && yarn test",
"semantic-release": "semantic-release",
"postinstall": "cross-env NAME=$npm_package_name bin/postinstall",
"generate:composer-types": "json2ts ./src/inspectors/package/generated/composer-schema.json ./src/inspectors/package/generated/composer-schema.ts && eslint --fix --ext .ts './src/inspectors/package/generated/composer-schema.ts'"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@commitlint/config-conventional": "17.0.2",
"@commitlint/lint": "17.0.0",
"@iarna/toml": "2.2.5",
"@oclif/core": "1.9.3",
"@octokit/graphql": "4.5.8",
"@octokit/plugin-rest-endpoint-methods": "4.2.1",
"@octokit/rest": "18.0.9",
"@types/eslint": "7.29.0",
"@types/table": "6.0.0",
"ansi-align": "3.0.1",
"axios": "0.27.2",
"bitbucket": "2.7.0",
"boxen": "5.1.2",
"camelcase": "6.3.0",
"colors": "1.4.0",
"command-exists": "1.2.9",
"commander": "7.2.0",
"cross-env": "7.0.3",
"debug": "4.3.4",
"eslint": "7.32.0",
"eslint-plugin-eslint-plugin": "2.3.0",
"generator-license": "5.5.0",
"git-url-parse": "11.6.0",
"gitignore": "0.7.0",
"gradle-to-js": "2.0.1",
"inquirer": "7.3.3",
"inversify": "5.1.1",
"is-plain-object": "5.0.0",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"memfs": "3.4.6",
"moment": "2.29.3",
"node-filter-async": "2.0.0",
"npm-check-updates": "11.8.5",
"prettier-default-config": "0.2.3",
"properties": "1.2.1",
"qs": "6.10.5",
"reflect-metadata": "0.1.13",
"semver": "7.3.7",
"shelljs": "0.8.5",
"simple-git": "3.9.0",
"table": "6.8.0",
"toposort": "2.0.2",
"tsconfig": "7.0.0",
"update-notifier": "5.1.0",
"uuid": "8.3.2",
"wrap-ansi": "7.0.0",
"xml2js": "0.4.23",
"yeoman-environment": "2.10.3",
"yeoman-gen-run": "1.2.3"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.1",
"@types/command-exists": "1.2.0",
"@types/debug": "4.1.7",
"@types/git-url-parse": "9.0.1",
"@types/glob": "7.2.0",
"@types/jest": "28.1.3",
"@types/js-yaml": "4.0.5",
"@types/lodash": "4.14.182",
"@types/node": "12.20.55",
"@types/qs": "6.9.7",
"@types/rimraf": "3.0.2",
"@types/semver": "7.3.10",
"@types/shelljs": "0.8.11",
"@types/toposort": "2.0.3",
"@types/update-notifier": "5.1.0",
"@types/uuid": "8.3.4",
"@types/wrap-ansi": "8.0.1",
"@types/xml2js": "0.4.11",
"@types/yeoman-environment": "2.10.7",
"@types/yeoman-generator": "5.2.10",
"@typescript-eslint/eslint-plugin": "5.29",
"@typescript-eslint/parser": "5.29",
"codecov": "3.8.2",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "3.4.1",
"jest": "28.1.1",
"jest-mock-extended": "1.0.18",
"json-schema-to-typescript": "10.1.5",
"nock": "13.2.7",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"semantic-release": "19.0.3",
"semantic-release-slack-bot": "2.1.1",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"typescript": "4.7.4"
},
"engines": {
"node": ">=12",
"yarn": ">=1"
},
"main": "lib/index.js",
"bin": {
"dx-scanner": "./bin/run",
"dxscanner": "./bin/run",
"dxs": "./bin/run"
},
"files": [
"/bin",
"/lib"
],
"keywords": [
"dx-scanner",
"developer experience",
"dxheroes",
"code analysis"
]
}