theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
170 lines • 4.16 kB
JSON
{
"name": "theta-client-react-native",
"version": "1.15.0",
"description": "This library provides a way to control RICOH THETA using.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!lib/typescript/verification-tool",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepack": "bob build",
"release": "release-it",
"verification-tool": "yarn --cwd verification-tool",
"bootstrap": "yarn verification-tool && yarn install && yarn verification-tool pods",
"clean": "del-cli android/build verification-tool/android/build verification-tool/android/app/build verification-tool/ios/build"
},
"keywords": [
"react-native",
"ios",
"android",
"theta"
],
"repository": "https://github.com/ricohapi/theta-client",
"author": "ricoh API (https://github.com/ricohapi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ricohapi/theta-client/issues"
},
"homepage": "https://github.com/ricohapi/theta-client#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@commitlint/config-conventional": "^17.0.3",
"@react-native/babel-preset": "0.78.2",
"@react-native/eslint-config": "0.78.2",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^29.2.4",
"@types/react": "^19.0.0",
"commitlint": "^17.3.0",
"del-cli": "^5.0.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.3.1",
"pod-install": "^0.1.0",
"prettier": "^3.4.2",
"react": "19.0.0",
"react-native": "0.78.2",
"react-native-builder-bob": "^0.20.3",
"release-it": "^15.5.1",
"typescript": "^5.7.2"
},
"resolutions": {
"@types/react": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/typescript-estree": "^8.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"engines": {
"node": ">=22"
},
"packageManager": "yarn@1.22.22",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/verification-tool/node_modules",
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"eslintConfig": {
"root": true,
"extends": [
"@react-native",
"plugin:prettier/recommended"
],
"rules": {}
},
"eslintIgnore": [
"node_modules/",
"lib/",
"coverage/",
"marzipano.js",
"verification-tool/node_modules"
],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"codegenConfig": {
"name": "ThetaClientReactNativeSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.ricoh360.thetaclientreactnative"
},
"ios": {
"modulesProvider": {
"ThetaClientReactNative": "ThetaClientReactNative"
}
}
}
}