-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.02 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.02 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
{
"name": "@config-plugins/repo",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.7.0",
"scripts": {
"gen": "tsx ./scripts/generate-plugin.ts",
"update-issue-template": "tsx ./scripts/gh-issues-config.ts",
"update-dependabot-config": "tsx ./scripts/update-dependabot-config.ts",
"start": "pnpm --filter './packages/*' --parallel run build -- --watch",
"bump": "pnpm --filter './packages/*' -r exec pnpm version major --no-git-tag-version",
"release": "pnpm publish -r --filter './packages/*'",
"prepare": "pnpm --filter './packages/*' --parallel run prepare"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@expo/package-manager": "^1.8.4",
"@types/js-yaml": "^4.0.5",
"@types/prompts": "^2.0.13",
"@types/react": "^19.1.1",
"eslint": "^8.10.0",
"js-yaml": "^4.1.0",
"memfs": "^3.4.4",
"prettier": "^3",
"prompts": "^2.4.1",
"remark-cli": "^9.0.0",
"remark-validate-links": "^10.0.2",
"tsx": "^4.19.0",
"typescript": "^5.1.3"
}
}