forked from patternfly/pf-codemods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 962 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
{
"name": "pf-codemods",
"version": "1.0.0",
"description": "PF codemods monorepo",
"private": true,
"scripts": {
"test": "mocha packages/eslint-plugin-pf-codemods/test/rules/*",
"test:v4": "mocha packages/eslint-plugin-pf-codemods/test/rules/v4",
"test:v5": "mocha packages/eslint-plugin-pf-codemods/test/rules/v5",
"test:single": "pf-codemods test/test.tsx",
"test:koku": "pf-codemods test/koku-ui",
"test:console": "pf-codemods test/console/frontend",
"test:integreatly": "pf-codemods test/tutorial-web-app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patternfly/pf-codemods.git"
},
"author": "Red Hat",
"license": "MIT",
"bugs": {
"url": "https://github.com/patternfly/pf-codemods/issues"
},
"homepage": "https://github.com/patternfly/pf-codemods#readme",
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^3.22.0",
"mocha": "^7.2.0"
}
}