Skip to content

Commit 7519863

Browse files
authored
Create funding.json for Svelte funding details
Added funding manifest for Svelte, including details about the organization, projects, and funding channels.
1 parent f431e8e commit 7519863

File tree

1 file changed

+184
-0
lines changed

1 file changed

+184
-0
lines changed
Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
{
2+
"version": "1.0.0",
3+
"entity": {
4+
"type": "organisation",
5+
"role": "owner",
6+
"name": "Svelte",
7+
"description": "Web development for the rest of us",
8+
"email": "",
9+
"webpageUrl": {
10+
"url": "https://svelte.dev"
11+
}
12+
},
13+
"projects": [
14+
{
15+
"guid": "sveltejs-svelte",
16+
"name": "Svelte",
17+
"description": "Svelte is a UI framework that uses a compiler to let you write breathtakingly concise components that do minimal work in the browser, using languages you already know — HTML, CSS and JavaScript. It’s a love letter to web development.",
18+
"webpageUrl": {
19+
"url": "https://svelte.dev/docs/svelte/overview"
20+
},
21+
"repositoryUrl": {
22+
"url": "https://github.com/sveltejs/svelte",
23+
"wellKnown": "https://github.com/sveltejs/svelte/.well-known/funding-manifest-urls"
24+
},
25+
"licenses": ["MIT"],
26+
"tags": ["web-development"]
27+
},
28+
{
29+
"guid": "sveltejs-kit",
30+
"name": "SvelteKit",
31+
"description": "SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. If you’re coming from React, SvelteKit is similar to Next. If you’re coming from Vue, SvelteKit is similar to Nuxt.",
32+
"webpageUrl": {
33+
"url": "https://svelte.dev/docs/kit"
34+
},
35+
"repositoryUrl": {
36+
"url": "https://github.com/sveltejs/kit",
37+
"wellKnown": "https://github.com/sveltejs/kit/.well-known/funding-manifest-urls"
38+
},
39+
"licenses": ["MIT"],
40+
"tags": ["web-development"]
41+
},
42+
{
43+
"guid": "sveltejs-language-tools",
44+
"name": "Svelte Language Tools",
45+
"description": "The Svelte Language Server, and official extensions which use it",
46+
"webpageUrl": {
47+
"url": "https://github.com/sveltejs/language-tools#readme"
48+
},
49+
"wellKnown": "https://github.com/sveltejs/language-tools/.well-known/funding-manifest-urls",
50+
"repositoryUrl": {
51+
"url": "https://github.com/sveltejs/language-tools",
52+
"wellKnown": "https://github.com/sveltejs/language-tools/.well-known/funding-manifest-urls"
53+
},
54+
"licenses": ["MIT"],
55+
"tags": ["developer-tools", "web-development"]
56+
},
57+
{
58+
"guid": "sveltejs-vite-plugin",
59+
"name": "vite-plugin-svelte",
60+
"description": "Svelte plugin for Vite",
61+
"webpageUrl": {
62+
"url": "https://github.com/sveltejs/vite-plugin-svelte#readme"
63+
},
64+
"repositoryUrl": {
65+
"url": "https://github.com/sveltejs/vite-plugin-svelte",
66+
"wellKnown": "https://github.com/sveltejs/vite-plugin-svelte/.well-known/funding-manifest-urls"
67+
},
68+
"licenses": ["MIT"],
69+
"tags": ["web-development"]
70+
},
71+
{
72+
"guid": "sveltejs-rollup-plugin",
73+
"name": "rollup-plugin-svelte",
74+
"description": "Compile Svelte components with Rollup",
75+
"webpageUrl": {
76+
"url": "https://github.com/sveltejs/rollup-plugin-svelte#readme"
77+
},
78+
"repositoryUrl": {
79+
"url": "https://github.com/sveltejs/rollup-plugin-svelte",
80+
"wellKnown": "https://github.com/sveltejs/rollup-plugin-svelte/.well-known/funding-manifest-urls"
81+
},
82+
"licenses": ["MIT"],
83+
"tags": ["web-development"]
84+
},
85+
{
86+
"guid": "sveltejs-cli",
87+
"name": "Svelte CLI",
88+
"description": "A command line interface for creating and maintaining Svelte applications",
89+
"webpageUrl": {
90+
"url": "https://svelte.dev/docs/cli"
91+
},
92+
"repositoryUrl": {
93+
"url": "https://github.com/sveltejs/cli",
94+
"wellKnown": "https://github.com/sveltejs/cli/.well-known/funding-manifest-urls"
95+
},
96+
"licenses": ["MIT"],
97+
"tags": ["developer-tools", "web-development"]
98+
},
99+
{
100+
"guid": "sveltejs-svelte-dev",
101+
"name": "svelte.dev",
102+
"description": "The official Svelte website hosting documentation, tutorials, a blog, playground, and recommended packages.",
103+
"webpageUrl": {
104+
"url": "https://svelte.dev"
105+
},
106+
"repositoryUrl": {
107+
"url": "https://github.com/sveltejs/svelte.dev",
108+
"wellKnown": "https://github.com/sveltejs/svelte.dev/.well-known/funding-manifest-urls"
109+
},
110+
"licenses": ["MIT"],
111+
"tags": ["documentation", "education", "web-development"]
112+
},
113+
{
114+
"guid": "sveltejs-eslint-plugin",
115+
"name": "eslint-plugin-svelte",
116+
"description": "ESLint plugin for Svelte using AST",
117+
"webpageUrl": {
118+
"url": "https://sveltejs.github.io/eslint-plugin-svelte/"
119+
},
120+
"repositoryUrl": {
121+
"url": "https://github.com/sveltejs/eslint-plugin-svelte",
122+
"wellKnown": "https://github.com/sveltejs/eslint-plugin-svelte/.well-known/funding-manifest-urls"
123+
},
124+
"licenses": ["MIT"],
125+
"tags": ["developer-tools", "web-development"]
126+
},
127+
{
128+
"guid": "sveltejs-eslint-parser",
129+
"name": "svelte-eslint-parser",
130+
"description": "Svelte parser for ESLint",
131+
"webpageUrl": {
132+
"url": "https://github.com/sveltejs/svelte-eslint-parser#readme"
133+
},
134+
"repositoryUrl": {
135+
"url": "https://github.com/sveltejs/svelte-eslint-parser",
136+
"wellKnown": "https://github.com/sveltejs/svelte-eslint-parser/.well-known/funding-manifest-urls"
137+
},
138+
"licenses": ["MIT"],
139+
"tags": ["developer-tools", "web-development"]
140+
}
141+
],
142+
"funding": {
143+
"channels": [
144+
{
145+
"guid": "opencollective-svelte",
146+
"type": "payment-provider",
147+
"address": "https://opencollective.com/svelte",
148+
"description": "Support Svelte through Open Collective with recurring or one-time contributions"
149+
}
150+
],
151+
"plans": [
152+
{
153+
"guid": "backer-monthly",
154+
"status": "active",
155+
"name": "Backer",
156+
"description": "Become a backer and support Svelte development",
157+
"amount": 5.0,
158+
"currency": "USD",
159+
"frequency": "monthly",
160+
"channels": ["opencollective-svelte"]
161+
},
162+
{
163+
"guid": "sponsor-monthly",
164+
"status": "active",
165+
"name": "Sponsor",
166+
"description": "Become a sponsor and support Svelte at a higher level",
167+
"amount": 100.0,
168+
"currency": "USD",
169+
"frequency": "monthly",
170+
"channels": ["opencollective-svelte"]
171+
},
172+
{
173+
"guid": "custom-donation",
174+
"status": "active",
175+
"name": "Custom Contribution",
176+
"description": "Make a custom one-time or recurring contribution of any amount",
177+
"amount": 0,
178+
"currency": "USD",
179+
"frequency": "other",
180+
"channels": ["opencollective-svelte"]
181+
}
182+
]
183+
}
184+
}

0 commit comments

Comments
 (0)