@elliemae/ds-codemods 1.57.1-rc.0 → 2.0.0-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@elliemae/ds-codemods",
3
- "version": "1.57.1-rc.0",
3
+ "version": "2.0.0-alpha.11",
4
4
  "license": "MIT",
5
- "description": "Ellie Mae - Dim Sum - Code Mods",
6
- "module": "esm/index.js",
7
- "main": "src/index.js",
5
+ "description": "ICE MT - Dimsum - Code Mods",
6
+ "module": "./esm/index.js",
7
+ "main": "./src/index.js",
8
8
  "bin": {
9
9
  "@elliemae/ds-codemods": "bin/ds-codemods",
10
10
  "ds-codemods": "bin/ds-codemods"
@@ -13,6 +13,15 @@
13
13
  "*.css",
14
14
  "*.scss"
15
15
  ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://git.elliemae.io/platform-ui/dimsum.git"
19
+ },
20
+ "engines": {
21
+ "npm": ">=7",
22
+ "node": ">=14"
23
+ },
24
+ "author": "ICE MT",
16
25
  "scripts": {
17
26
  "dev": "exit 0",
18
27
  "prebuild": "exit 0",
@@ -21,26 +30,14 @@
21
30
  "test": "echo \"Error: no test specified\" && exit 1"
22
31
  },
23
32
  "dependencies": {
24
- "arg": "^5.0.0",
25
- "chalk": "^4.1.2",
26
- "depcheck": "^1.4.2",
33
+ "arg": "^5.0.1",
27
34
  "esm": "^3.2.25",
28
35
  "fs": "0.0.1-security",
29
- "fs-extra": "^9.1.0",
30
- "glob": "^7.1.6",
31
- "inquirer": "^8.0.0",
32
- "pacote": "^11.3.5",
36
+ "fs-extra": "^10.0.0",
37
+ "glob": "^7.1.7",
38
+ "inquirer": "^8.1.2",
33
39
  "path": "^0.12.7"
34
40
  },
35
- "devDependencies": {
36
- "babel-eslint": "^10.1.0",
37
- "eslint-config-airbnb": "^18.2.1",
38
- "eslint-config-prettier": "^8.3.0",
39
- "eslint-plugin-import": "^2.24.2",
40
- "eslint-plugin-jsx-a11y": "^6.4.1",
41
- "eslint-plugin-prettier": "^4.0.0",
42
- "eslint-plugin-react": "^7.25.1"
43
- },
44
41
  "publishConfig": {
45
42
  "access": "public"
46
43
  },
package/tsconfig.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "extends": "../../tsconfig.json",
3
+ "compilerOptions": {
4
+ "outDir": "dist/types",
5
+ "declarationDir": "dist/types",
6
+ "baseUrl": "src"
7
+ },
8
+ "include": ["src/**/*"],
9
+ "exclude": ["node_modules"]
10
+ }
package/skip.tsx DELETED
File without changes