trianta.dev/package-lock.json

30 lines
708 B
JSON
Raw Permalink Normal View History

2024-08-27 23:28:36 -05:00
{
"name": "trianta.dev",
2024-11-16 19:01:52 -06:00
"version": "0.2.2",
2024-08-27 23:28:36 -05:00
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trianta.dev",
2024-11-16 19:01:52 -06:00
"version": "0.2.2",
2024-08-27 23:28:36 -05:00
"license": "MIT",
"dependencies": {
"typescript": "^5.5.4"
}
},
"node_modules/typescript": {
2024-11-16 19:01:52 -06:00
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
2024-08-27 23:28:36 -05:00
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}