-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 727 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "template-files",
"version": "0.2.0",
"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.5.0",
"@changesets/cli": "^2.27.11"
},
"packageManager": "[email protected]"
}