|
1 | 1 | { |
2 | 2 | "name": "@delicious-simplicity/next-image-contentful-loader", |
3 | | - "version": "1.0.3", |
| 3 | + "version": "1.0.4", |
4 | 4 | "repository": "https://github.com/delicious-simplicity/next-image-contentful-loader.git", |
5 | 5 | "author": "Devin Metivier <devinmetivier@gmail.com>", |
6 | 6 | "contributors": [ |
|
17 | 17 | "main": "cjs/index.js", |
18 | 18 | "module": "esm/index.js", |
19 | 19 | "types": "types/index.d.ts", |
| 20 | + "sideEffects": false, |
20 | 21 | "files": [ |
21 | 22 | "cjs", |
22 | 23 | "esm", |
|
31 | 32 | "build:esm": "tsc --target ESNext --module ES6 --outDir esm", |
32 | 33 | "build:types": "tsc --d --declarationMap --declarationDir types", |
33 | 34 | "lint": "eslint . --ext .js,.ts,.jsx,.tsx", |
34 | | - "lint:fix": "eslint . --ext .js,.ts,.jsx,.tsx --fix" |
| 35 | + "lint:fix": "eslint . --ext .js,.ts,.jsx,.tsx --fix", |
| 36 | + "test": "jest" |
35 | 37 | }, |
36 | 38 | "devDependencies": { |
37 | | - "@delicious-simplicity/eslint-config": "^1.0.3", |
| 39 | + "@delicious-simplicity/eslint-config": "^1.1.0", |
| 40 | + "@types/jest": "^29.0.3", |
38 | 41 | "@types/node": "^17.0.23", |
39 | | - "@vercel/ncc": "^0.33.4", |
40 | | - "next": "^12.1.4", |
41 | | - "react": "^18.0.0", |
42 | | - "react-dom": "^18.0.0", |
43 | | - "typescript": "^4.6.3" |
| 42 | + "@vercel/ncc": "^0.34.0", |
| 43 | + "jest": "^29.0.3", |
| 44 | + "next": "^12.3.1", |
| 45 | + "react": "^18.2.0", |
| 46 | + "react-dom": "^18.2.0", |
| 47 | + "ts-jest": "^29.0.2", |
| 48 | + "typescript": "^4.8.3" |
44 | 49 | } |
45 | 50 | } |
0 commit comments