-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "hifiwi.fi",
"description": "HifiWi.fi website",
"private": true,
"version": "0.0.1",
"type": "module",
"author": "Bret Comnes <[email protected]> (https://bret.io)",
"bugs": {
"url": "https://github.com/hifiwi-fi/hifiwi.fi/issues"
},
"devDependencies": {
"@voxpelli/tsconfig": "^15.0.0",
"auto-changelog": "^2.0.0",
"classnames": "^2.3.2",
"gh-release": "^7.0.0",
"jsonfeed-to-atom": "^1.2.4",
"p-map": "^7.0.2",
"npm-run-all2": "^7.0.1",
"neostandard": "^0.12.0",
"top-bun": "^10.1.1",
"typescript": "~5.7.2",
"uland-isomorphic": "^2.0.0"
},
"dependencies": {
"fragmentions": "^1.1.3",
"highlight.js": "^11.5.0",
"mine.css": "^10.0.0",
"xmlbuilder": "^15.1.1"
},
"homepage": "https://github.com/hifiwi-fi/hifiwi.fi",
"keywords": [],
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/hifiwi-fi/hifiwi.fi.git"
},
"scripts": {
"test": "run-s test:*",
"test:lint": "eslint",
"test:build": "run-s build",
"build": "npm run clean && run-p build:*",
"build:top-bun": "tb",
"watch": "npm run clean && run-p watch:*",
"watch:top-bun": "npm run build:top-bun -- --watch",
"generate-icon": "npx gravatar-favicons --config favicon-config.js",
"clean": "rm -rf public && mkdir -p public",
"start": "npm run watch",
"release": "git push --follow-tags && gh-release -y",
"version": "run-s version:*",
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:'",
"version:git": "git add CHANGELOG.md"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/bcomnes"
}
}