3d-effect-cinema 0.5.3 → 0.5.4

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.
Files changed (1) hide show
  1. package/package.json +13 -1
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "3d-effect-cinema",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "private": false,
5
+ "description": "High-performance WebGL 3D background effects and cinematic splash intro loader for React and Next.js",
5
6
  "main": "./dist/index.js",
6
7
  "module": "./dist/index.mjs",
7
8
  "types": "./dist/index.d.ts",
@@ -18,6 +19,17 @@
18
19
  "README.md",
19
20
  "GUIA_SOLUCION_NEXT_3D_CINEMA.md"
20
21
  ],
22
+ "readmeFilename": "README.md",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/esteban284/3d-effect-cinema"
26
+ },
27
+ "homepage": "https://github.com/esteban284/3d-effect-cinema#readme",
28
+ "bugs": {
29
+ "url": "https://github.com/esteban284/3d-effect-cinema/issues"
30
+ },
31
+ "author": "Esteban Puentes",
32
+ "license": "MIT",
21
33
  "scripts": {
22
34
  "dev": "next dev --turbopack",
23
35
  "build": "next build --turbopack",