UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

29 lines (28 loc) 531 B
{ "name": "@tsonic/dotnet", "version": "0.7.3", "description": "TypeScript type definitions for .NET 10 BCL (Base Class Library)", "type": "module", "files": [ "**/*.d.ts", "**/*.json", "!node_modules" ], "keywords": [ "dotnet", "typescript", "types", "bcl", "net10", "tsonic" ], "author": "Tsonic Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tsoniclang/dotnet.git" }, "dependencies": { "@tsonic/types": "^0.2.0" } }