Files
base-configs/packages/semantic-release-config/package.json
Ismo Vuorinen 57fbf1fd1f feat!: module & commonjs in semantic-release
BREAKING CHANGE: support module, and commonjs types
2024-08-21 17:35:36 +03:00

52 lines
1.2 KiB
JSON

{
"name": "@ivuorinen/semantic-release-config",
"version": "0.2.24",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",
"url": "https://github.com/ivuorinen"
},
"bugs": {
"url": "https://github.com/ivuorinen/base-configs/issues"
},
"engines": {
"node": ">= 18"
},
"files": [
"index.cjs",
"scripts/*"
],
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/semantic-release-config#readme",
"keywords": [
"semantic-release-config",
"semantic-release",
"config",
"ivuorinen"
],
"license": "MIT",
"type": "module",
"main": "index.cjs",
"module": "wrapper.mjs",
"exports": {
"import": "./wrapper.mjs",
"require": "./index.cjs"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ivuorinen/base-configs.git"
},
"scripts": {
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.4",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"semantic-release": "24.1.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}