personal-site/package-lock.json

26 lines
595 B
JSON
Raw Normal View History

2024-02-05 17:16:34 +00:00
{
"name": "frontend",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
2024-05-12 10:44:40 +00:00
"devDependencies": {
"typescript": "^5.4.4"
2024-02-05 17:16:34 +00:00
}
},
2024-05-12 10:44:40 +00:00
"node_modules/typescript": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"dev": true,
2024-02-05 17:16:34 +00:00
"bin": {
2024-05-12 10:44:40 +00:00
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
2024-02-05 17:16:34 +00:00
},
"engines": {
2024-05-12 10:44:40 +00:00
"node": ">=14.17"
2024-02-05 17:16:34 +00:00
}
}
}
}