UNPKG

@sleeperhq/mini-core

Version:

Core library frameworks for developing Sleeper Mini Apps.

85 lines (84 loc) 2.59 kB
{ "name": "@sleeperhq/mini-core", "version": "3.0.7", "description": "Core library frameworks for developing Sleeper Mini Apps.", "main": "index.ts", "types": "index.d.ts", "bin": { "build-mini": "./bin/build_mini.js", "preload-packages": "./bin/preload_packages.js" }, "scripts": { "test": "jest", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/blitzstudios/sleeper-mini-core.git" }, "keywords": [ "sleeper", "mini", "apps", "fantasy", "sports" ], "author": "Luke Herbold <luke@sleeper.app>", "license": "MIT", "bugs": { "url": "https://github.com/blitzstudios/sleeper-mini-core/issues" }, "homepage": "https://github.com/blitzstudios/sleeper-mini-core#readme", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@babel/plugin-transform-runtime": "7.25.9", "@babel/runtime": "7.26.0", "@callstack/repack": "blitzstudios/repack.git#callstack-repack-v5.0.0-gitpkg", "@react-native-community/cli": "15.0.1", "@react-native-community/cli-platform-android": "15.0.1", "@react-native-community/cli-platform-apple": "15.0.1", "@react-native-community/cli-platform-ios": "15.0.1", "@react-native-community/netinfo": "11.3.2", "@rspack/plugin-react-refresh": "1.0.0", "axios": "0.15.3", "babel-loader": "9.1.3", "react-native-fast-image": "https://github.com/blitzstudios/react-native-fast-image.git#release/1.4", "react-native-linear-gradient": "2.8.3", "react-native-rename": "blitzstudios/react-native-rename.git#react-native-rename-v3.2.17-gitpkg", "regenerator-runtime": "0.13.11", "rx": "4.1.0", "string-replace-loader": "3.1.0", "terser-webpack-plugin": "5.3.10", "webpack": "5.94.0" }, "peerDependencies": { "react": "18.3.1", "react-native": "0.76.5", "react-native-svg": "15.8.0" }, "devDependencies": { "@babel/core": "7.26.0", "@babel/preset-typescript": "7.26.0", "@react-native-community/eslint-config": "2.0.0", "@react-native/babel-preset": "0.76.5", "@react-native/typescript-config": "0.76.5", "@types/react": "18.2.31", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "babel-jest": "26.6.3", "eslint": "8.38.0", "jest": "26.6.3", "lodash": "4.17.21", "react-native-tcp-socket": "6.0.6", "typescript": "5.2.2" }, "jest": { "preset": "react-native" }, "engines": { "node": "20.10.0" } }