-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
49 lines (49 loc) · 1.5 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "typescript-project",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "typescript-project",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"nakama-runtime": "github:heroiclabs/nakama-common"
},
"devDependencies": {
"typescript": "^4.6.3"
}
},
"node_modules/nakama-runtime": {
"version": "1.10.0",
"resolved": "git+ssh://git@github.com/heroiclabs/nakama-common.git#1e58c37e53cf674a35f763d1a6e613b5d5f61325",
"license": "Apache-2.0"
},
"node_modules/typescript": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"nakama-runtime": {
"version": "git+ssh://git@github.com/heroiclabs/nakama-common.git#1e58c37e53cf674a35f763d1a6e613b5d5f61325",
"from": "nakama-runtime@https://github.com/heroiclabs/nakama-common"
},
"typescript": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"dev": true
}
}
}