forked from patternfly/pf-codemods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.05 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
{
"name": "pf-codemods",
"version": "1.3.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:v4:single": "pf-codemods --v4 --no-cache test/v4test.tsx",
"test:v5:single": "pf-codemods --no-cache test/test.tsx",
"test:koku": "pf-codemods --no-cache test/koku-ui",
"test:console": "pf-codemods --no-cache test/console/frontend",
"test:integreatly": "pf-codemods --no-cache 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"
}
}