25 lines
575 B
JSON
25 lines
575 B
JSON
|
{
|
||
|
"name": "typescript",
|
||
|
"lockfileVersion": 3,
|
||
|
"requires": true,
|
||
|
"packages": {
|
||
|
"": {
|
||
|
"dependencies": {
|
||
|
"typescript": "^5.4.5"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/typescript": {
|
||
|
"version": "5.4.5",
|
||
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
||
|
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
||
|
"bin": {
|
||
|
"tsc": "bin/tsc",
|
||
|
"tsserver": "bin/tsserver"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=14.17"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|