@tsonic/dotnet-types
Version:
TypeScript declarations and metadata for .NET 10.0 assemblies
32 lines (31 loc) • 610 B
JSON
{
"name": "@tsonic/dotnet-types",
"version": "10.0.0",
"description": "TypeScript declarations and metadata for .NET 10.0 assemblies",
"license": "MIT",
"main": "types/index.json",
"files": [
"types",
"README.md"
],
"keywords": [
"dotnet",
"typescript",
"tsonic",
"declarations",
"interop",
"csharp",
"net10"
],
"repository": {
"type": "git",
"url": "https://github.com/tsoniclang/dotnet-types.git",
"directory": "packages/dotnet-types-10.0.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
}
}