UNPKG

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

Version:
126 lines (125 loc) 3.29 kB
{ "name": "@dr.pogodin/react-native-static-server", "version": "0.22.0", "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", "test": "yarn lint && yarn typecheck", "typecheck": "tsc", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", "prepare": "bob build" }, "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.34.0", "@eslint/compat": "^1.3.1", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.29.0", "@react-native-community/cli": "18.0.0", "@react-native/babel-preset": "0.80.0", "@react-native/eslint-config": "^0.80.0", "@react-native/typescript-config": "^0.80.0", "@types/jest": "^30.0.0", "@types/react": "^19.1.8", "del-cli": "^6.0.0", "eslint": "^9.29.0", "jest": "^30.0.3", "react": "19.1.0", "react-native": "0.80.0", "react-native-builder-bob": "^0.40.12", "typescript": "^5.8.3" }, "peerDependencies": { "@dr.pogodin/react-native-fs": ">= 2.22.0", "react": "*", "react-native": "*" }, "workspaces": [ "example" ], "packageManager": "yarn@4.9.2", "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "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.0.18" }, "create-react-native-library": { "languages": "kotlin-objc", "type": "turbo-module", "version": "0.51.1" } }