forked from Lum-Studio/Bedrock-Fluids-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 857 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 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
{
"name": "Bedrock-Fluids-API",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@minecraft/server": "^1.12.0-beta.1.21.0-preview.20"
}
},
"node_modules/@minecraft/common": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@minecraft/common/-/common-1.2.0.tgz",
"integrity": "sha512-JdmEq4P3Z/FtoBzhLijFgMSVFnFRrUoLwY8DHHrgtFo0mfLTOLTB1RErYjLMsA6b7BGVNxkX/pfFRiH7QZ0XwQ=="
},
"node_modules/@minecraft/server": {
"version": "1.17.0",
"resolved": "https://registry.npmjs.org/@minecraft/server/-/server-1.17.0.tgz",
"integrity": "sha512-wiirWhwGcUexaPTxsJ6es7pHVil0o6dG6YCUKBeMOfgZI4x8Rt2MP6UQhgEj7NqlCwzk39/EdRoiVyEx4davJQ==",
"license": "MIT",
"dependencies": {
"@minecraft/common": "^1.1.0"
}
}
}
}