-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
36 lines (36 loc) · 1023 Bytes
/
package-lock.json
File metadata and controls
36 lines (36 loc) · 1023 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
{
"name": "screeps",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "screeps",
"version": "1.0.0",
"license": "UNLICENSED",
"devDependencies": {
"@types/screeps": "^3.3.3",
"typescript": "^5.1.6"
}
},
"node_modules/@types/screeps": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/@types/screeps/-/screeps-3.3.3.tgz",
"integrity": "sha512-r+ru4iNv8wNaNBWvk2gMXYpG8Ok1GJ8NVV9WBIHa5I+hz2QGttnAus+1whDMIzES8x3yK83Usz+gHqm8ehIW7w==",
"dev": true
},
"node_modules/typescript": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}