Skip to content

Commit b37dd43

Browse files
author
John Goodliff
committed
build: create package.json and install Biome
1 parent be9373a commit b37dd43

2 files changed

Lines changed: 151 additions & 0 deletions

File tree

package.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "watch-history-exporter-for-amazon-prime-video",
3+
"version": "1.0.0",
4+
"description": "A script to export your Amazon Prime Video watch history as a CSV file.",
5+
"keywords": [
6+
"amazon",
7+
"amazon-prime",
8+
"prime-video",
9+
"csv",
10+
"export",
11+
"streaming"
12+
],
13+
"homepage": "https://johng.io/p/watch-history-exporter-for-amazon-prime-video",
14+
"bugs": "https://github.com/jerboa88/watch-history-exporter-for-amazon-prime-video/issues",
15+
"license": "Unlicense",
16+
"author": {
17+
"name": "John Goodliff",
18+
"url": "https://johng.io"
19+
},
20+
"funding": [
21+
{
22+
"type": "individual",
23+
"url": "https://johng.io/funding"
24+
},
25+
{
26+
"type": "GitHub Sponsors",
27+
"url": "https://github.com/sponsors/jerboa88"
28+
},
29+
{
30+
"type": "Patreon",
31+
"url": "https://patreon.com/jerboa88"
32+
},
33+
{
34+
"type": "Brave Creators",
35+
"url": "https://publishers.basicattentiontoken.org/en/c/johng"
36+
}
37+
],
38+
"type": "module",
39+
"repository": {
40+
"type": "git",
41+
"url": "git+https://github.com/jerboa88/watch-history-exporter-for-amazon-prime-video.git"
42+
},
43+
"devDependencies": {
44+
"@biomejs/biome": "2.2.6"
45+
}
46+
}

pnpm-lock.yaml

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)