-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.41 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.41 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.29.2",
"@types/node": "~22",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"eslint": "^9.25.1",
"eslint-config-react-app": "^7.0.1",
"rimraf": "^6.0.1",
"rollup": "^4.40.0",
"typescript": "~5.8.3"
}
}