-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
50 lines (50 loc) · 1.68 KB
/
package-lock.json
File metadata and controls
50 lines (50 loc) · 1.68 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
{
"name": "typescript-basic-template",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "typescript-basic-template",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@merrymake/service": "latest"
},
"devDependencies": {
"@tsconfig/node-lts": "latest"
}
},
"node_modules/@merrymake/service": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@merrymake/service/-/service-6.2.0.tgz",
"integrity": "sha512-1bxW/XwjUXs7HbE9aaaZJRUAVnMKaB7tWuDQeEVYmF0hE5wdC+lSc6iGTSmlIRq9BLjMCj3UewKem2tS1vJHQQ==",
"license": "ISC",
"dependencies": {
"@types/node": "latest"
}
},
"node_modules/@tsconfig/node-lts": {
"version": "22.0.2",
"resolved": "https://registry.npmjs.org/@tsconfig/node-lts/-/node-lts-22.0.2.tgz",
"integrity": "sha512-Kgq5yXTvnUnvlhob0xJpOH4na9PWtuFhHSf94MpDwnENWgiFeJKDNANQV2MT1WpXZYkK2WSWfVYKhVkR7bc8TA==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.0.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.4.tgz",
"integrity": "sha512-ulyqAkrhnuNq9pB76DRBTkcS6YsmDALy6Ua63V8OhrOBgbcYt6IOdzpw5P1+dyRIyMerzLkeYWBeOXPpA9GMAA==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.8.0"
}
},
"node_modules/undici-types": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
"license": "MIT"
}
}
}