11{
2- "name" : " react-native-nitro-text" ,
3- "version" : " 1.0.3" ,
4- "description" : " A Text component that is much richer and performant for both iOS and Android." ,
5- "main" : " ./lib/commonjs/index.js" ,
6- "module" : " ./lib/module/index.js" ,
7- "types" : " ./lib/typescript/src/index.d.ts" ,
8- "react-native" : " src/index" ,
9- "source" : " src/index" ,
10- "scripts" : {
11- "typecheck" : " tsc --noEmit" ,
12- "clean" : " git clean -dfX" ,
13- "release" : " semantic-release" ,
14- "build" : " bun run typecheck && bob build" ,
15- "codegen" : " nitrogen --logLevel=\" debug\" && bun run build" ,
16- "postcodegen" : " bun --cwd example pod"
17- },
18- "keywords" : [
19- " react-native" ,
20- " react-native-nitro-text"
21- ],
22- "files" : [
23- " src" ,
24- " react-native.config.js" ,
25- " lib" ,
26- " nitrogen" ,
27- " cpp" ,
28- " nitro.json" ,
29- " android/build.gradle" ,
30- " android/fix-prefab.gradle" ,
31- " android/gradle.properties" ,
32- " android/CMakeLists.txt" ,
33- " android/src" ,
34- " ios/**/*.h" ,
35- " ios/**/*.hpp" ,
36- " ios/**/*.m" ,
37- " ios/**/*.mm" ,
38- " ios/**/*.cpp" ,
39- " ios/**/*.swift" ,
40- " app.plugin.js" ,
41- " *.podspec" ,
42- " README.md"
43- ],
44- "workspaces" : [
45- " example"
46- ],
47- "repository" : " https://github.com/patrickkabwe/react-native-nitro-text.git" ,
48- "author" : " Patrick Kabwe" ,
49- "license" : " MIT" ,
50- "bugs" : " https://github.com/patrickkabwe/react-native-nitro-text/issues" ,
51- "homepage" : " https://github.com/patrickkabwe/react-native-nitro-text#readme" ,
52- "publishConfig" : {
53- "access" : " public" ,
54- "registry" : " https://registry.npmjs.org/"
55- },
56- "devDependencies" : {
57- "@jamesacarr/eslint-formatter-github-actions" : " ^0.2.0" ,
58- "@semantic-release/changelog" : " ^6.0.3" ,
59- "@semantic-release/git" : " ^10.0.1" ,
60- "@types/jest" : " ^29.5.12" ,
61- "@types/react" : " 19.1.0" ,
62- "nitrogen" : " ^0.31.2" ,
63- "react" : " 19.1.0" ,
64- "react-native" : " 0.81.4" ,
65- "react-native-builder-bob" : " ^0.37.0" ,
66- "react-native-nitro-modules" : " ^0.31.2" ,
67- "conventional-changelog-conventionalcommits" : " ^9.1.0" ,
68- "semantic-release" : " ^24.2.8" ,
69- "typescript" : " ^5.8.3"
70- },
71- "peerDependencies" : {
72- "react" : " *" ,
73- "react-native" : " *" ,
74- "react-native-nitro-modules" : " *"
75- },
76- "eslintConfig" : {
77- "root" : true ,
78- "extends" : [
79- " @react-native" ,
80- " prettier"
2+ "name" : " react-native-nitro-text" ,
3+ "version" : " 1.0.3" ,
4+ "description" : " A Text component that is much richer and performant for both iOS and Android." ,
5+ "main" : " ./lib/commonjs/index.js" ,
6+ "module" : " ./lib/module/index.js" ,
7+ "types" : " ./lib/typescript/src/index.d.ts" ,
8+ "react-native" : " src/index" ,
9+ "source" : " src/index" ,
10+ "scripts" : {
11+ "typecheck" : " tsc --noEmit" ,
12+ "lint" : " eslint src" ,
13+ "lint:fix" : " eslint src --fix" ,
14+ "format" : " prettier --write \" src/**/*.{js,jsx,ts,tsx,json,md}\" " ,
15+ "format:check" : " prettier --check \" src/**/*.{js,jsx,ts,tsx,json,md}\" " ,
16+ "clean" : " git clean -dfX" ,
17+ "release" : " semantic-release" ,
18+ "build" : " bun run typecheck && bob build" ,
19+ "codegen" : " nitrogen --logLevel=\" debug\" && bun run build" ,
20+ "postcodegen" : " bun --cwd example pod"
21+ },
22+ "keywords" : [
23+ " react-native" ,
24+ " react-native-nitro-text"
8125 ],
82- "plugins" : [
83- " prettier"
26+ "files" : [
27+ " src" ,
28+ " react-native.config.js" ,
29+ " lib" ,
30+ " nitrogen" ,
31+ " cpp" ,
32+ " nitro.json" ,
33+ " android/build.gradle" ,
34+ " android/fix-prefab.gradle" ,
35+ " android/gradle.properties" ,
36+ " android/CMakeLists.txt" ,
37+ " android/src" ,
38+ " ios/**/*.h" ,
39+ " ios/**/*.hpp" ,
40+ " ios/**/*.m" ,
41+ " ios/**/*.mm" ,
42+ " ios/**/*.cpp" ,
43+ " ios/**/*.swift" ,
44+ " app.plugin.js" ,
45+ " *.podspec" ,
46+ " README.md"
8447 ],
85- "rules" : {
86- "prettier/prettier" : [
87- " warn" ,
88- {
89- "quoteProps" : " consistent" ,
90- "singleQuote" : true ,
91- "tabWidth" : 2 ,
92- "trailingComma" : " es5" ,
93- "useTabs" : false
94- }
95- ]
48+ "workspaces" : [
49+ " example"
50+ ],
51+ "repository" : " https://github.com/patrickkabwe/react-native-nitro-text.git" ,
52+ "author" : " Patrick Kabwe" ,
53+ "license" : " MIT" ,
54+ "bugs" : " https://github.com/patrickkabwe/react-native-nitro-text/issues" ,
55+ "homepage" : " https://github.com/patrickkabwe/react-native-nitro-text#readme" ,
56+ "publishConfig" : {
57+ "access" : " public" ,
58+ "registry" : " https://registry.npmjs.org/"
59+ },
60+ "devDependencies" : {
61+ "@eslint/js" : " ^9.38.0" ,
62+ "@jamesacarr/eslint-formatter-github-actions" : " ^0.2.0" ,
63+ "@react-native/eslint-config" : " 0.81.4" ,
64+ "@semantic-release/changelog" : " ^6.0.3" ,
65+ "@semantic-release/git" : " ^10.0.1" ,
66+ "@types/jest" : " ^29.5.12" ,
67+ "@types/react" : " 19.1.0" ,
68+ "@typescript-eslint/eslint-plugin" : " ^8.46.2" ,
69+ "@typescript-eslint/parser" : " ^8.46.2" ,
70+ "conventional-changelog-conventionalcommits" : " ^9.1.0" ,
71+ "eslint" : " ^9.38.0" ,
72+ "eslint-config-prettier" : " ^10.1.8" ,
73+ "eslint-plugin-prettier" : " ^5.5.4" ,
74+ "eslint-plugin-react" : " ^7.37.5" ,
75+ "eslint-plugin-react-hooks" : " ^7.0.1" ,
76+ "eslint-plugin-react-native" : " ^5.0.0" ,
77+ "nitrogen" : " ^0.31.4" ,
78+ "prettier" : " ^3.6.2" ,
79+ "react" : " 19.1.0" ,
80+ "react-native" : " 0.81.4" ,
81+ "react-native-builder-bob" : " ^0.37.0" ,
82+ "react-native-nitro-modules" : " ^0.31.4" ,
83+ "semantic-release" : " ^24.2.8" ,
84+ "typescript" : " ^5.8.3" ,
85+ "typescript-eslint" : " ^8.46.2"
86+ },
87+ "peerDependencies" : {
88+ "react" : " *" ,
89+ "react-native" : " *" ,
90+ "react-native-nitro-modules" : " *"
91+ },
92+ "prettier" : {
93+ "quoteProps" : " consistent" ,
94+ "singleQuote" : true ,
95+ "tabWidth" : 4 ,
96+ "trailingComma" : " es5" ,
97+ "useTabs" : false ,
98+ "semi" : false
99+ },
100+ "react-native-builder-bob" : {
101+ "source" : " src" ,
102+ "output" : " lib" ,
103+ "targets" : [
104+ " commonjs" ,
105+ " module" ,
106+ [
107+ " typescript" ,
108+ {
109+ "project" : " tsconfig.json"
110+ }
111+ ]
112+ ]
96113 }
97- },
98- "eslintIgnore" : [
99- " node_modules/" ,
100- " lib/"
101- ],
102- "prettier" : {
103- "quoteProps" : " consistent" ,
104- "singleQuote" : true ,
105- "tabWidth" : 2 ,
106- "trailingComma" : " es5" ,
107- "useTabs" : false ,
108- "semi" : false
109- },
110- "react-native-builder-bob" : {
111- "source" : " src" ,
112- "output" : " lib" ,
113- "targets" : [
114- " commonjs" ,
115- " module" ,
116- [
117- " typescript" ,
118- {
119- "project" : " tsconfig.json"
120- }
121- ]
122- ]
123- }
124- }
114+ }
0 commit comments