Initial commit
Generated by create-expo-module 56.0.3.
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"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": "~55.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.82.1",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "jest-expo",
|
||||
"roots": [
|
||||
"<rootDir>/src"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"expo": "*",
|
||||
"react": "*",
|
||||
"react-native": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user