-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
36 lines (36 loc) · 1017 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
36 lines (36 loc) · 1017 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
{
"name": "jetpack",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "jetpack",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@project-selene/api": "git+ssh://git@github.com/2767mr/ProjectSelene.Modloader.API"
},
"devDependencies": {
"typescript": "~5.5.3"
}
},
"node_modules/@project-selene/api": {
"version": "1.0.0",
"resolved": "git+ssh://git@github.com/2767mr/ProjectSelene.Modloader.API.git#42ff841f0cc289562ad1a29bd7ed9ac600365807"
},
"node_modules/typescript": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}