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