-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
32 lines (32 loc) · 969 Bytes
/
package-lock.json
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
{
"name": "dale-of-merchants",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "dale-of-merchants",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"bga-ts-template": "^1.1.10"
}
},
"node_modules/bga-ts-template": {
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/bga-ts-template/-/bga-ts-template-1.1.10.tgz",
"integrity": "sha512-xOfrxf9xmGC7YLoZv/0/lOykHTQBWGlV80PUBAUdbYFjGV16umBiHu5D2YCHiI2NzEgH91RNpOve7IxNbQMarQ==",
"bin": {
"bga-build": "bin/bga-build.js",
"bga-init": "bin/bga-init.js"
}
}
},
"dependencies": {
"bga-ts-template": {
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/bga-ts-template/-/bga-ts-template-1.1.10.tgz",
"integrity": "sha512-xOfrxf9xmGC7YLoZv/0/lOykHTQBWGlV80PUBAUdbYFjGV16umBiHu5D2YCHiI2NzEgH91RNpOve7IxNbQMarQ=="
}
}
}