mirror of
https://github.com/wisplite/tether-ts.git
synced 2026-05-01 06:22:41 -05:00
31 lines
726 B
JSON
31 lines
726 B
JSON
{
|
|
"name": "tether-ts",
|
|
"version": "1.0.3",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "tether-ts",
|
|
"version": "1.0.3",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "^6.0.2"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
|
|
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
}
|
|
}
|
|
}
|