Skip to content

Commit

Permalink
Format package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Nov 22, 2024
1 parent e2b1c66 commit 2fb4b7d
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@
"repository": "OzzyCzech/international-days-cs",
"license": "MIT",
"description": "International and national days in Czech language",
"keywords": [
"czechia",
"czech republic",
"czech language",
"international days",
"mezinárodní dny",
"národní dny"
],
"keywords": ["czechia", "czech republic", "czech language", "international days", "mezinárodní dny", "národní dny"],
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
Expand All @@ -33,9 +26,7 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^22.9.1",
Expand All @@ -50,14 +41,9 @@
"extensions": {
"ts": "module"
},
"files": [
"test/*"
],
"files": ["test/*"],
"workerThreads": false,
"nodeArguments": [
"--experimental-json-modules",
"--no-warnings"
]
"nodeArguments": ["--experimental-json-modules", "--no-warnings"]
},
"dependencies": {
"@biomejs/biome": "^1.9.4"
Expand Down

0 comments on commit 2fb4b7d

Please sign in to comment.