-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
46 lines (46 loc) · 958 Bytes
/
package-lock.json
File metadata and controls
46 lines (46 loc) · 958 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
41
42
43
44
45
46
{
"name": "spiky.js",
"version": "0.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "spiky.js",
"version": "0.4.0",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.10.8",
"typescript": "^5.0.4"
},
"funding": {
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/leontm"
}
},
"node_modules/@types/node": {
"version": "20.16.10",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.19.2"
}
},
"node_modules/typescript": {
"version": "5.6.2",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "6.19.8",
"dev": true,
"license": "MIT"
}
}
}