1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

chore: setup semantic-release

This commit is contained in:
divlo
2021-04-20 01:15:07 +02:00
parent 1b25007e77
commit 909352589f
7 changed files with 7794 additions and 124 deletions

View File

@ -1,46 +1,10 @@
{
"name": "divlo",
"version": "0.0.0",
"version": "0.0.0-development",
"private": true,
"jest": {
"roots": [
"<rootDir>"
],
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "babel-jest"
},
"moduleDirectories": [
"node_modules",
"./"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"setupFilesAfterEnv": [
"@testing-library/jest-dom/extend-expect",
"@testing-library/react"
],
"collectCoverage": true,
"collectCoverageFrom": [
"**/*.{js,jsx,ts,tsx}",
"!**/*.d.ts",
"!**/.next/**",
"!**/node_modules/**",
"!**/next.config.js",
"!**/postcss.config.js",
"!**/workbox-*.js",
"!**/sw.js"
],
"coverageDirectory": "./coverage",
"coverageReporters": [
"text",
"cobertura"
]
"repository": {
"type": "git",
"url": "https://github.com/Divlo/Divlo"
},
"ts-standard": {
"ignore": [
@ -70,6 +34,7 @@
"lint:typescript": "ts-standard",
"lighthouse": "lhci autorun",
"test": "jest",
"release": "semantic-release",
"postinstall": "husky install"
},
"dependencies": {
@ -116,7 +81,8 @@
"markdownlint-cli": "0.27.1",
"node-mocks-http": "1.10.1",
"postcss": "8.2.10",
"sass": "1.32.10",
"sass": "1.32.11",
"semantic-release": "17.4.2",
"ts-standard": "10.0.0",
"typescript": "4.2.4"
}