-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.38 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.38 KB
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
{
"name": "capacitor-native-navigation-root",
"private": true,
"version": "0.0.0",
"description": "",
"scripts": {
"build": "pnpm --recursive build",
"check-updates": "pnpm dlx npm-check-updates -u && pnpm --recursive exec pnpm dlx npm-check-updates -u",
"clean": "pnpm --recursive clean",
"clean:node": "pnpm --recursive exec rm -rf node_modules && rm -rf node_modules",
"link": "pnpm --recursive exec pnpm link --global",
"release": "pnpm clean && pnpm build && pnpm test && pnpm exec changeset publish && pnpm install",
"release:version": "pnpm changeset version && pnpm install",
"match-deps": "./scripts/match-deps.sh",
"test": "pnpm --recursive test",
"watch": "(pnpm --recursive build || true) && pnpm --parallel watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cactuslab/capacitor-native-navigation.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/cactuslab/capacitor-native-navigation/issues"
},
"homepage": "https://github.com/cactuslab/capacitor-native-navigation#readme",
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@types/node": "~24",
"@eslint/js": "^10.0.1",
"eslint": "^10.1.0",
"eslint-plugin-react-hooks": "^5.2.0",
"typescript-eslint": "^8.58.0",
"rimraf": "^6.1.3",
"rollup": "^4.60.1",
"typescript": "~6.0.2"
}
}