-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 921 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 921 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
{
"name": "react-native-cloud-storage-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "pnpm -r --parallel --if-present run build",
"typecheck": "pnpm -r --parallel --if-present run typecheck",
"example": "pnpm --filter react-native-cloud-storage-example run",
"docs": "pnpm --filter react-native-cloud-storage-docs run",
"package": "pnpm --filter react-native-cloud-storage run",
"lint": "oxlint .",
"format": "oxfmt . && cd packages/react-native-cloud-storage && ./scripts/swiftformat.sh",
"prepare": "husky",
"postinstall": "pnpm package build"
},
"packageManager": "pnpm@10.28.2",
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^17.0.2",
"del-cli": "^7.0.0",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"oxlint": "^1.50.0",
"oxfmt": "^0.35.0",
"typescript": "~5.9.3"
}
}