-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.33 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:lifeart/ember-click-outside-modifier.git"
},
"scripts": {
"build": "pnpm --filter ember-click-outside-modifier build",
"prepare": "pnpm build",
"lint": "pnpm --filter '*' lint",
"test": "pnpm --filter '*' test",
"test:ember": "pnpm --filter '*' test:ember"
},
"packageManager": "pnpm@10.0.0",
"devDependencies": {
"@glint/core": "^1.2.1",
"@release-it-plugins/lerna-changelog": "^7.0.0",
"@release-it-plugins/workspaces": "^4.2.0",
"concurrently": "^9.1.2",
"prettier-plugin-ember-template-tag": "^2.0.2",
"release-it": "^17.11.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"release-it": {
"hooks": {
"before:init": "cp README.md LICENSE.md ember-click-outside-modifier/"
},
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
},
"@release-it-plugins/workspaces": {
"workspaces": [
"ember-click-outside-modifier"
]
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": false
},
"volta": {
"node": "20.19.0",
"pnpm": "10.6.5"
},
"version": "4.1.2"
}