-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 598 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 598 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
27
{
"private": true,
"repository": "https://github.com/knownasilya/ember-toggle",
"license": "MIT",
"author": "Ilya Radchenko",
"scripts": {
"build": "pnpm --filter ember-toggle build",
"test": "pnpm --filter test-app test:ember"
},
"volta": {
"node": "24.18.0"
},
"engines": {
"node": ">= 20.19"
},
"resolutions": {
"@babel/traverse": "^7.29.7"
},
"dependencies": {},
"packageManager": "pnpm@10.18.2",
"pnpm": {
"overrides": {
"@babel/traverse": "^7.29.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}
}