-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 848 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 848 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
{
"name": "template-files",
"version": "0.10.16",
"description": "Provide single point of truth for template files",
"homepage": "https://github.com/trueberryless-org/template-files",
"bugs": {
"url": "https://github.com/trueberryless-org/template-files/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/template-files.git"
},
"license": "MIT",
"author": "trueberryless <[email protected]> (https://trueberryless.org)",
"scripts": {
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1"
},
"packageManager": "[email protected]"
}