UNPKG

react-native-worklet-functions

Version:

Useful util functions available on both JS and UI thread in React Native

42 lines (41 loc) 900 B
{ "name": "react-native-worklet-functions", "version": "3.3.2", "private": false, "license": "MIT", "description": "Useful util functions available on both JS and UI thread in React Native", "author": "Daehyeon Mun <dhmun00@gmail.com>", "maintainers": [ { "name": "Daehyeon Mun", "email": "dhmun00@gmail.com" } ], "keywords": [ "React Native", "React Native Reanimated", "React Native Skia", "Worklet" ], "type": "module", "main": "src/index.ts", "types": "src/index.ts", "scripts": { "build": "tsc && vite build", "test": "jest --watch" }, "dependencies": {}, "devDependencies": { "@types/jest": "29.5.5", "jest": "29.7.0", "prettier": "3.0.3", "ts-jest": "29.1.1", "ts-node": "10.9.1", "typescript": "5.0.2", "vite": "4.4.5", "vite-plugin-dts": "3.5.3" }, "files": [ "src/" ] }