UNPKG

@yi-xu-0100/conventional-commit-types-i18n

Version:
73 lines (72 loc) 2.09 kB
{ "name": "@yi-xu-0100/conventional-commit-types-i18n", "version": "1.6.0", "description": "conventional-commit-types internationalization version.", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "private": false, "scripts": { "prepare": "husky install", "build": "npm run compile", "compile": "rimraf lib/ && tsc", "precompile": "npm run lint && npm run lint-check", "coverage": "rimraf coverage/ && jest --coverage", "test": "npm run lint && jest && npm run lint-check", "format": "prettier --write \"**/*.{ts,md,json,yml,yaml}\"", "format-check": "prettier --check \"**/*.{ts,md,json,yml,yaml}\"", "lint": "npm run format && eslint --fix \"**/*.ts\"", "lint-check": "eslint \"**/*.{ts,js}\" && npm run format-check" }, "lint-staged": { "**/*.{ts,js}": [ "prettier --write", "eslint" ], "**/*.{md,json,yml,yaml}": [ "prettier --write" ] }, "files": [ "lib/" ], "jest": { "coverageDirectory": "coverage", "preset": "ts-jest", "testEnvironment": "node" }, "repository": { "type": "git", "url": "git+https://github.com/yi-Xu-0100/conventional-commit-types-i18n.git" }, "keywords": [ "i18n", "commit", "conventional-commit", "conventional-commit-types", "conventional-commit-types-i18n" ], "author": "yi-xu", "license": "MIT", "bugs": { "url": "https://github.com/yi-Xu-0100/conventional-commit-types-i18n/issues" }, "homepage": "https://github.com/yi-Xu-0100/conventional-commit-types-i18n#readme", "devDependencies": { "@types/jest": "^26.0.20", "@types/node": "^14.14.31", "@typescript-eslint/eslint-plugin": "^4.15.2", "@typescript-eslint/parser": "^4.15.2", "eslint": "^7.20.0", "eslint-config-alloy": "^3.10.0", "husky": "^6.0.0", "jest": "^26.6.3", "lint-staged": "^10.5.4", "pinst": "^2.1.6", "prettier": "^2.2.1", "rimraf": "^3.0.2", "standard-version": "^9.1.1", "ts-jest": "^26.5.2", "typescript": "^4.2.2" }, "dependencies": {} }