数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
963 B

2 years ago
{
"name": "conventional-changelog-angular",
2 years ago
"version": "6.0.0",
2 years ago
"description": "conventional-changelog angular preset",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
},
"keywords": [
"conventional-changelog",
"angular",
"preset"
],
"files": [
"conventional-changelog.js",
"conventional-recommended-bump.js",
"index.js",
"parser-opts.js",
"writer-opts.js",
"templates"
],
"author": "Steve Mao",
"engines": {
2 years ago
"node": ">=14"
2 years ago
},
"license": "ISC",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme",
"dependencies": {
2 years ago
"compare-func": "^2.0.0"
},
"scripts": {
"test-windows": "mocha --timeout 30000"
2 years ago
}
2 years ago
}