-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1019 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
33
34
35
36
37
38
39
40
41
42
{
"name": "react-router-v6-codemods",
"version": "0.6.0",
"scripts": {
"lint": "eslint --cache .",
"test": "codemod-cli test",
"test:coverage": "codemod-cli test --coverage",
"update-docs": "codemod-cli update-docs",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
},
"bin": "./bin/cli.js",
"keywords": [
"codemod-cli",
"react-router",
"react",
"v6"
],
"repository": {
"type": "git",
"url": "https://github.com/rajasegar/react-router-v6-codemods"
},
"dependencies": {
"codemod-cli": "^3.2.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^26.6.3",
"prettier": "^2.8.1"
},
"engines": {
"node": "10.* || 12.* || >= 14"
},
"jest": {
"testEnvironment": "node"
},
"license": "MIT",
"author": "Rajasegar Chandran <[email protected]>"
}