|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "collect-v8-coverage",
|
|---|
| 3 | "version": "1.0.3",
|
|---|
| 4 | "main": "index.js",
|
|---|
| 5 | "types": "index.d.ts",
|
|---|
| 6 | "repository": "SimenB/collect-v8-coverage",
|
|---|
| 7 | "files": [
|
|---|
| 8 | "CHANGELOG.md",
|
|---|
| 9 | "index.js",
|
|---|
| 10 | "index.d.ts"
|
|---|
| 11 | ],
|
|---|
| 12 | "license": "MIT",
|
|---|
| 13 | "devDependencies": {
|
|---|
| 14 | "@commitlint/cli": "^19.0.0",
|
|---|
| 15 | "@commitlint/config-conventional": "^19.0.0",
|
|---|
| 16 | "@semantic-release/changelog": "^6.0.0",
|
|---|
| 17 | "@semantic-release/git": "^10.0.0",
|
|---|
| 18 | "husky": "^9.0.0",
|
|---|
| 19 | "lint-staged": "^15.0.0",
|
|---|
| 20 | "prettier": "^3.0.0",
|
|---|
| 21 | "semantic-release": "^25.0.0"
|
|---|
| 22 | },
|
|---|
| 23 | "prettier": {
|
|---|
| 24 | "singleQuote": true,
|
|---|
| 25 | "trailingComma": "all"
|
|---|
| 26 | },
|
|---|
| 27 | "lint-staged": {
|
|---|
| 28 | "*.{js,ts,md,json}": "prettier --write"
|
|---|
| 29 | },
|
|---|
| 30 | "commitlint": {
|
|---|
| 31 | "extends": [
|
|---|
| 32 | "@commitlint/config-conventional"
|
|---|
| 33 | ]
|
|---|
| 34 | },
|
|---|
| 35 | "release": {
|
|---|
| 36 | "plugins": [
|
|---|
| 37 | "@semantic-release/commit-analyzer",
|
|---|
| 38 | "@semantic-release/release-notes-generator",
|
|---|
| 39 | "@semantic-release/changelog",
|
|---|
| 40 | "@semantic-release/npm",
|
|---|
| 41 | "@semantic-release/git",
|
|---|
| 42 | "@semantic-release/github"
|
|---|
| 43 | ]
|
|---|
| 44 | },
|
|---|
| 45 | "scripts": {
|
|---|
| 46 | "prepare": "husky"
|
|---|
| 47 | },
|
|---|
| 48 | "packageManager": "yarn@4.10.3"
|
|---|
| 49 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.