Skip to content

Commit

Permalink
chore: init publish process (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-berard authored Nov 3, 2024
1 parent 3b969fa commit 3a8da99
Show file tree
Hide file tree
Showing 2 changed files with 2,391 additions and 250 deletions.
44 changes: 35 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "philtv-js",
"version": "1.0.0",
"version": "0.0.0",
"description": "A simple library to pair and interact with Philips TV",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,26 +26,52 @@
"ky": "1.7.2",
"node-fetch": "3.3.2",
"radash": "12.1.0",
"unstorage": "1.12.0"
"unstorage": "1.13.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.8.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/github": "11.0.0",
"@semantic-release/npm": "12.0.1",
"@types/node": "22.8.7",
"semantic-release": "24.2.0",
"tsup": "8.3.5",
"tsx": "4.19.2",
"typedoc": "^0.26.10",
"typedoc-plugin-markdown": "^4.2.9",
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "4.2.10",
"typedoc-vitepress-theme": "1.0.2",
"typescript": "5.6.3",
"vitepress": "1.4.1"
"vitepress": "1.4.3"
},
"keywords": [
"philtv",
"ambilight",
"android-tv",
"jointspace",
"philips",
"ambilight"
"philtv"
],
"author": "Clément BERARD",
"license": "ISC"
"license": "ISC",
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/*",
"label": "Distribution files"
}
]
}
]
]
}
}
Loading

0 comments on commit 3a8da99

Please sign in to comment.