-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 962 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 962 Bytes
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
{
"workspaces": {
"packages": [
"plugin",
"example"
]
},
"resolutions": {
"@react-native/gradle-plugin": "0.79.1",
"eslint-plugin-prettier": "^5.4.1"
},
"description": "Situm React Native plugin monorepo.",
"private": true,
"author": "Situm Technologies <mobile@situm.com>",
"license": "MIT",
"scripts": {
"example": "yarn workspace example",
"typescript": "npx tsc --noEmit",
"test": "yarn typescript && yarn test:jest",
"doc": "cd plugin && yarn doc"
},
"packageManager": "yarn@4.0.1",
"devDependencies": {
"@arkweid/lefthook": "^0.7.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.3",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"typescript": "^5.5.2"
},
"prettier": {}
}