@alexghr/ts
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "@alexghr/ts", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Common configuration for Typescript-based projects", | ||
@@ -14,6 +14,18 @@ "homepage": "https://github.com/alexghr/ts", | ||
}, | ||
"dependencies": { | ||
"typescript": "^3.7.4" | ||
"scripts": { | ||
"release": "semantic-release" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "*" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/commit-analyzer": "^9.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.2", | ||
"@semantic-release/npm": "^8.0.2", | ||
"@semantic-release/release-notes-generator": "^10.0.2", | ||
"semantic-release": "^18.0.1" | ||
}, | ||
"tsconfig": "./tsconfig.json" | ||
} | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4032
8
47
0
7
+ Addedtypescript@5.7.2(transitive)
- Removedtypescript@^3.7.4
- Removedtypescript@3.9.10(transitive)