Files
react-native-jecnaapi/package.json
T
2026-06-19 20:56:05 +02:00

133 lines
3.1 KiB
JSON

{
"name": "react-native-jecnaapi",
"version": "0.1.0",
"description": "JecnaAPI bridge for React Native",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
"exports": {
".": {
"react-native-jecnaapi-source": "./src/index.tsx",
"types": "./lib/typescript/src/index.d.ts",
"default": "./lib/module/index.js"
},
"./package.json": "./package.json"
},
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"nitrogen",
"nitro.json",
"*.podspec",
"react-native.config.js",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"example": "yarn workspace react-native-jecnaapi-example",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build",
"nitrogen": "nitrogen",
"typecheck": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\""
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "git+https://gitea.jzitnik.dev/jzitnik/react-native-jecnaapi.git"
},
"author": "jzitnik <email@jzitnik.dev> (https://github.com/jzitnik-dev)",
"license": "MIT",
"bugs": {
"url": "https://gitea.jzitnik.dev/jzitnik/react-native-jecnaapi/issues"
},
"homepage": "https://gitea.jzitnik.dev/jzitnik/react-native-jecnaapi#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@react-native/babel-preset": "0.85.0",
"@react-native/eslint-config": "0.85.0",
"@types/react": "^19.2.0",
"del-cli": "^7.0.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-prettier": "^5.5.6",
"nitrogen": "^0.35.3",
"prettier": "^3.8.3",
"react": "19.2.3",
"react-native": "0.85.0",
"react-native-builder-bob": "^0.41.0",
"react-native-nitro-modules": "^0.35.3",
"turbo": "^2.9.16",
"typescript": "^6.0.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-nitro-modules": "^0.35.3"
},
"workspaces": [
"example"
],
"packageManager": "yarn@4.11.0",
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"custom",
{
"script": "nitrogen",
"clean": "nitrogen/"
}
],
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"create-react-native-library": {
"type": "nitro-module",
"languages": "kotlin-swift",
"tools": [
"eslint"
],
"version": "0.63.0"
}
}