create-oas
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "create-oas", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Create a new OAS file in your repository", | ||
"bin": "./bin/create-oas.js", | ||
"bin": { | ||
"create-oas": "bin/create-oas.js" | ||
}, | ||
"scripts": { | ||
@@ -13,3 +15,3 @@ "pretest": "eslint .", | ||
"type": "git", | ||
"url": "https://github.com/readmeio/create-oas.git" | ||
"url": "git+https://github.com/readmeio/create-oas.git" | ||
}, | ||
@@ -30,2 +32,3 @@ "keywords": [ | ||
"@readme/eslint-config": "^12.2.0", | ||
"@semantic-release/git": "^10.0.1", | ||
"eslint": "^8.48.0", | ||
@@ -45,4 +48,11 @@ "prettier": "^3.0.3", | ||
"main" | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
"@semantic-release/git" | ||
] | ||
} | ||
} |
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
5322
5