forked from goat-sdk/goat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
40 lines (40 loc) · 857 Bytes
/
package-lock.json
File metadata and controls
40 lines (40 loc) · 857 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "goat-repo",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "goat-repo",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"husky": "^9.1.7"
},
"engines": {
"node": ">=20.12.2",
"npm": "please-use-pnpm",
"pnpm": ">=9",
"yarn": "please-use-pnpm"
}
},
"node_modules/.pnpm/husky@9.1.7/node_modules/husky": {
"version": "9.1.7",
"dev": true,
"license": "MIT",
"bin": {
"husky": "bin.js"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/husky": {
"resolved": "node_modules/.pnpm/husky@9.1.7/node_modules/husky",
"link": true
}
}
}