UNPKG

commitsmile

Version:
66 lines 1.4 kB
{ "name": "commitsmile", "version": "1.0.3", "description": "Make smile on your commits", "keywords": [ "commit", "lint", "git", "conventional-commits", "cli", "tool", "monorepo", "commit-message", "commit-formatter", "commit-helper", "commit-convention", "commit-style", "commit-linter", "commit-validator", "commit-standardization" ], "homepage": "https://github.com/INeedJobToStartWork/Commit-Smile", "bugs": "https://github.com/INeedJobToStartWork/Commit-Smile/issues/new/choose", "repository": { "type": "git", "url": "https://github.com/INeedJobToStartWork/Commit-Smile", "directory": "packages/commitsmile" }, "license": "MIT", "author": "ineedjobtostartwork", "type": "commonjs", "main": "index.js", "bundledDependencies": [ "@clack/prompts", "c12", "commander", "oh-my-error", "typia", "yaml" ], "engines": { "node": ">=20" }, "publishConfig": { "access": "public", "directory": "dist", "provenance": true, "tag": "latest" }, "bin": { "commitsmile": "./bin/app.mjs" }, "exports": { ".": { "types": { "import": "./index.d.mts", "require": "./index.d.ts" }, "import": "./index.mjs", "require": "./index.js" } }, "scripts": { "npm:postpack": "clean-package restore" } }