-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 740 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 740 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
{
"name": "truzzles-monorepo",
"homepage": "https://github.com/trueberryless-org/truzzles",
"bugs": {
"url": "https://github.com/trueberryless-org/truzzles/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/truzzles.git"
},
"license": "MIT",
"author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)",
"scripts": {
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"prettier": "3.7.4",
"prettier-plugin-astro": "0.14.1"
},
"packageManager": "pnpm@10.10.0"
}