65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "jecnaapi-react-native",
|
|
"version": "10.3.5",
|
|
"description": "JecnaAPI je Kotlin/Java knihovna, díky které lze přistupovat k datům webu spsejecna.cz. JecnaapiReactNative je port JecnaAPI pro Expo",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"scripts": {
|
|
"build": "node internal/module_scripts/build.js",
|
|
"clean": "node internal/module_scripts/clean.js",
|
|
"lint": "eslint src/",
|
|
"test": "node internal/module_scripts/test.js",
|
|
"prepare": "node internal/module_scripts/prepare.js",
|
|
"open:ios": "node internal/module_scripts/open-ios.js",
|
|
"open:android": "node internal/module_scripts/open-android.js",
|
|
"postinstall": "node scripts/download-ios.mjs"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"expo",
|
|
"jecnaapi-react-native",
|
|
"JecnaapiReactNative"
|
|
],
|
|
"repository": "https://github.com/jzitnik-dev/jecnaapi-react-native",
|
|
"bugs": {
|
|
"url": "https://github.com/jzitnik-dev/jecnaapi-react-native/issues"
|
|
},
|
|
"author": "jzitnik <email@jzitnik.dev> (jzitnik-dev)",
|
|
"license": "GPL-3.0",
|
|
"homepage": "https://github.com/jzitnik-dev/jecnaapi-react-native#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@types/jest": "^29.2.1",
|
|
"@types/react": "~19.1.1",
|
|
"babel-preset-expo": "~56.0.8",
|
|
"eslint": "~9.39.4",
|
|
"eslint-config-universe": "^15.0.3",
|
|
"expo": "^56.0.11",
|
|
"jest": "^29.7.0",
|
|
"jest-expo": "~55.0.9",
|
|
"prettier": "^3.0.0",
|
|
"react-native": "0.85.3",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo",
|
|
"roots": [
|
|
"<rootDir>/src"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"expo": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"android",
|
|
"ios",
|
|
"scripts",
|
|
"src/web",
|
|
"jecnaapi-react-native.podspec"
|
|
]
|
|
}
|