Skip to content

Commit

Permalink
Add empty package.json for rtk-codemods
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Aug 16, 2022
1 parent c0f515d commit 0e50cf5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/rtk-codemods/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "@reduxjs/rtk-codemods",
"version": "0.0.1",
"author": {
"name": "Lenz Weber",
"email": "[email protected]",
"url": "https://phryneas.de/"
},
"license": "MIT",
"type": "module",
"scripts": {
"test:codemods": "jest --config codemods/jest.config.js"
},
"dependencies": {
"jest": "^27",
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@types/jest": "^27",
"@types/jscodeshift": "^0.11.5"
},
"publishConfig": {
"access": "public"
},
"files": [
"src",
"dist"
]
}

0 comments on commit 0e50cf5

Please sign in to comment.