-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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 <[email protected]>",
"maintainers": [
{
"name": "Daehyeon Mun",
"email": "[email protected]"
}
],
"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/"
]
}