ts-file-exports
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ts-file-exports", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Utility for reading and resolving the module export names from a TypeScript or JavaScript file", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"cli": "build/cli.js", | ||
"bin": "build/cli.js", | ||
"author": "ian.b.taylor@gmail.com", | ||
@@ -14,3 +14,2 @@ "repository": "https://github.com/itaylor/ts-file-exports", | ||
"dependencies": { | ||
"@types/node": "^14.0.27", | ||
"commander": "^6.0.0", | ||
@@ -20,2 +19,3 @@ "typescript": "^3.9.7" | ||
"devDependencies": { | ||
"@types/node": "^14.0.27", | ||
"mocha": "^8.0.1", | ||
@@ -22,0 +22,0 @@ "mocha-ui-jest": "^0.4.0", |
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
2
4
- Removed@types/node@^14.0.27
- Removed@types/node@14.18.63(transitive)