{"name":"techor-conventional-commits","license":"MIT","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.js --format=cjs --minify --sourcemap --platform=node --external:esbuild --external:fast-glob --external:require-from-string --external:@techor/extend --external:@techor/fs --external:upath","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node --external:esbuild --external:fast-glob --external:require-from-string --external:@techor/extend --external:@techor/fs --external:upath","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput --project tsconfig.prod.json","build":"pnpm run \"/^build:.*/\"","dev":"pnpm run \"/^build:.*/\" --watch","type-check":"tsc --noEmit","lint":"eslint"},"description":"A human-readable set of conventional commits, with version rules and changelog groupings","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/techor-dev/techor/issues"},"publishConfig":{"access":"public","provenance":true},"repository":{"type":"git","url":"https://github.com/techor-dev/techor.git","directory":"packages/conventional-commits"},"keywords":["config","extends","commits","release","version","conventional-commits","semantic-release","techor","preset"],"main":"./dist/index.js","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","require":"./dist/index.js","import":"./dist/index.mjs"}},"files":["dist"],"version":"3.2.5"}