Skip to content

Commit 803d108

Browse files
committed
chore: update package.json with enhanced description, new keywords, funding info, and engine requirements
1 parent 43caa8f commit 803d108

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

package.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-backgrounds",
33
"version": "0.1.0",
4-
"description": "TODO",
4+
"description": "High-performance animated gradients and backgrounds for React Native powered by WebGPU and Reanimated. Includes LinearGradient, CircularGradient, and Iridescence effects.",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
77
"exports": {
@@ -43,7 +43,23 @@
4343
"keywords": [
4444
"react-native",
4545
"ios",
46-
"android"
46+
"android",
47+
"webgpu",
48+
"gpu",
49+
"gradient",
50+
"linear-gradient",
51+
"circular-gradient",
52+
"radial-gradient",
53+
"iridescence",
54+
"background",
55+
"animated",
56+
"animation",
57+
"reanimated",
58+
"performance",
59+
"shaders",
60+
"graphics",
61+
"ui",
62+
"component"
4763
],
4864
"repository": {
4965
"type": "git",
@@ -58,6 +74,17 @@
5874
"publishConfig": {
5975
"registry": "https://registry.npmjs.org/"
6076
},
77+
"funding": {
78+
"type": "github",
79+
"url": "https://github.com/sponsors/blazejkustra"
80+
},
81+
"engines": {
82+
"node": ">=18.0.0"
83+
},
84+
"sideEffects": [
85+
"src/utils/initGPUOnThreads.ts",
86+
"lib/**/initGPUOnThreads.js"
87+
],
6188
"devDependencies": {
6289
"@commitlint/config-conventional": "^19.8.1",
6390
"@eslint/compat": "^1.3.2",
@@ -89,7 +116,8 @@
89116
"peerDependencies": {
90117
"react": "*",
91118
"react-native": "*",
92-
"react-native-reanimated": "*"
119+
"react-native-reanimated": ">=3.0.0",
120+
"react-native-wgpu": ">=0.2.0"
93121
},
94122
"workspaces": [
95123
"example"

0 commit comments

Comments
 (0)