Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "dts-dom", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/RyanCavanaugh/dts-dom", | ||
@@ -12,3 +12,7 @@ "description": "DOM for TypeScript Declaration Files", | ||
"author": "Ryan Cavanaugh", | ||
"license": "Apache-2.0" | ||
} | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RyanCavanaugh/dts-dom" | ||
} | ||
} |
`dts-dom` is a library for programatically generating TypeScript declaration files. | ||
It is based mostly on the same [https://msdn.microsoft.com/en-us/library/y2k85ax6(v=vs.110).aspx](CodeDOM provided for C# and other .NET languages). | ||
It is based mostly on the same [CodeDOM provided for C# and other .NET languages](https://msdn.microsoft.com/en-us/library/y2k85ax6(v=vs.110).aspx). | ||
@@ -4,0 +4,0 @@ `dts-dom` automatically handles indentation, formatting, and proper placement of `declare` and `export` keywords. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
39651
0