UNPKG

@dr.pogodin/react-native-static-server

Version:
122 lines (121 loc) 3.16 kB
{ "name": "@dr.pogodin/react-native-static-server", "version": "0.26.2", "description": "Embedded HTTP server for React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": { ".": { "source": "./src/index.tsx", "types": "./lib/typescript/src/index.d.ts", "default": "./lib/module/index.js" }, "./package.json": "./package.json" }, "scripts": { "codegen-windows": "./node_modules/.bin/rnc-cli codegen-windows", "example": "yarn workspace @dr.pogodin/react-native-static-server-example", "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", "prepare": "bob build", "typecheck": "tsc", "test": "yarn lint && yarn typecheck", "lint": "eslint" }, "keywords": [ "react-native", "ios", "android", "lighttpd", "windows", "embed", "server", "http", "https", "react" ], "repository": { "type": "git", "url": "git+https://github.com/birdofpreyru/react-native-static-server.git" }, "author": "Dr. Sergey Pogodin <doc@pogodin.studio> (https://dr.pogodin.studio)", "license": "MIT", "licenseFilename": "LICENSE.md", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/birdofpreyru/react-native-static-server/issues" }, "homepage": "https://dr.pogodin.studio/docs/react-native-static-server", "title": "React Native Static Server", "funding": { "type": "github", "url": "https://github.com/sponsors/birdofpreyru" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@dr.pogodin/react-native-fs": "^2.38.2", "@eslint/compat": "^2.0.5", "@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.14", "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.5", "prettier": "^3.8.2", "react": "19.2.3", "react-native": "0.85.0", "react-native-builder-bob": "^0.41.0", "typescript": "^6.0.2" }, "peerDependencies": { "@dr.pogodin/react-native-fs": ">= 2.22.0", "react": "*", "react-native": "*" }, "workspaces": [ "example" ], "packageManager": "yarn@4.13.0", "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true } ], [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "codegenConfig": { "name": "ReactNativeStaticServerSpec", "type": "modules", "jsSrcsDir": "src", "android": { "javaPackageName": "com.drpogodin.reactnativestaticserver" } }, "dependencies": { "@dr.pogodin/js-utils": "^0.1.6" }, "create-react-native-library": { "type": "turbo-module", "languages": "kotlin-objc", "tools": [ "eslint" ], "version": "0.61.0" } }