Skip to content

Commit 6ae34ac

Browse files
committed
add json schema and fix wellKnown urls
1 parent fc05f9e commit 6ae34ac

File tree

1 file changed

+185
-182
lines changed

1 file changed

+185
-182
lines changed
Lines changed: 185 additions & 182 deletions
Original file line numberDiff line numberDiff line change
@@ -1,184 +1,187 @@
11
{
2-
"version": "v1.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-
}
2+
"$schema": "https://fundingjson.org/schema/v1.0.0/funding.schema.json",
3+
"version": "v1.0.0",
4+
"entity": {
5+
"type": "organisation",
6+
"role": "owner",
7+
"name": "Svelte",
8+
"description": "Web development for the rest of us",
9+
"email": "",
10+
"webpageUrl": {
11+
"url": "https://svelte.dev"
12+
}
13+
},
14+
"projects": [
15+
{
16+
"guid": "sveltejs-svelte",
17+
"name": "Svelte",
18+
"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.",
19+
"webpageUrl": {
20+
"url": "https://svelte.dev/docs/svelte/overview"
21+
},
22+
"repositoryUrl": {
23+
"url": "https://github.com/sveltejs/svelte",
24+
"wellKnown": "https://github.com/sveltejs/svelte/blob/main/.well-known/funding-manifest-urls"
25+
},
26+
"licenses": ["MIT"],
27+
"tags": ["web-development"]
28+
},
29+
{
30+
"guid": "sveltejs-kit",
31+
"name": "SvelteKit",
32+
"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.",
33+
"webpageUrl": {
34+
"url": "https://svelte.dev/docs/kit"
35+
},
36+
"repositoryUrl": {
37+
"url": "https://github.com/sveltejs/kit",
38+
"wellKnown": "https://github.com/sveltejs/kit/blob/main/.well-known/funding-manifest-urls"
39+
},
40+
"licenses": ["MIT"],
41+
"tags": ["web-development"]
42+
},
43+
{
44+
"guid": "sveltejs-language-tools",
45+
"name": "Svelte Language Tools",
46+
"description": "Svelte Language Tools contains a library implementing the Language Server Protocol (LSP). LSP powers the VSCode extension, which is also hosted in this repository. Additionally, LSP is capable of powering plugins for numerous other IDEs.",
47+
"webpageUrl": {
48+
"url": "https://github.com/sveltejs/language-tools/blob/master/README.md"
49+
},
50+
"wellKnown": "https://github.com/sveltejs/language-tools/blob/master/.well-known/funding-manifest-urls",
51+
"repositoryUrl": {
52+
"url": "https://github.com/sveltejs/language-tools",
53+
"wellKnown": "https://github.com/sveltejs/language-tools/blob/master/.well-known/funding-manifest-urls"
54+
},
55+
"licenses": ["MIT"],
56+
"tags": ["developer-tools", "web-development"]
57+
},
58+
{
59+
"guid": "sveltejs-vite-plugin",
60+
"name": "vite-plugin-svelte",
61+
"description": "Svelte plugin for Vite",
62+
"webpageUrl": {
63+
"url": "https://github.com/sveltejs/vite-plugin-svelte/blob/main/README.md"
64+
},
65+
"repositoryUrl": {
66+
"url": "https://github.com/sveltejs/vite-plugin-svelte",
67+
"wellKnown": "https://github.com/sveltejs/vite-plugin-svelte/blob/main/.well-known/funding-manifest-urls"
68+
},
69+
"licenses": ["MIT"],
70+
"tags": ["web-development"]
71+
},
72+
{
73+
"guid": "sveltejs-rollup-plugin",
74+
"name": "rollup-plugin-svelte",
75+
"description": "Compile Svelte components with Rollup",
76+
"webpageUrl": {
77+
"url": "https://github.com/sveltejs/rollup-plugin-svelte/blob/master/README.md",
78+
"wellKnown": "https://github.com/sveltejs/rollup-plugin-svelte/blob/master/.well-known/funding-manifest-urls"
79+
},
80+
"repositoryUrl": {
81+
"url": "https://github.com/sveltejs/rollup-plugin-svelte",
82+
"wellKnown": "https://github.com/sveltejs/rollup-plugin-svelte/blob/master/.well-known/funding-manifest-urls"
83+
},
84+
"licenses": ["MIT"],
85+
"tags": ["web-development"]
86+
},
87+
{
88+
"guid": "sveltejs-cli",
89+
"name": "Svelte CLI",
90+
"description": "A command line interface for creating and maintaining Svelte applications",
91+
"webpageUrl": {
92+
"url": "https://svelte.dev/docs/cli"
93+
},
94+
"repositoryUrl": {
95+
"url": "https://github.com/sveltejs/cli",
96+
"wellKnown": "https://github.com/sveltejs/cli/blob/main/.well-known/funding-manifest-urls"
97+
},
98+
"licenses": ["MIT"],
99+
"tags": ["developer-tools", "web-development"]
100+
},
101+
{
102+
"guid": "sveltejs-svelte-dev",
103+
"name": "svelte.dev",
104+
"description": "The official Svelte website hosting documentation, tutorials, a blog, playground, and recommended packages.",
105+
"webpageUrl": {
106+
"url": "https://svelte.dev"
107+
},
108+
"repositoryUrl": {
109+
"url": "https://github.com/sveltejs/svelte.dev",
110+
"wellKnown": "https://github.com/sveltejs/svelte.dev/blob/main/.well-known/funding-manifest-urls"
111+
},
112+
"licenses": ["MIT"],
113+
"tags": ["documentation", "education", "web-development"]
114+
},
115+
{
116+
"guid": "sveltejs-eslint-plugin",
117+
"name": "eslint-plugin-svelte",
118+
"description": "ESLint plugin for Svelte using AST",
119+
"webpageUrl": {
120+
"url": "https://sveltejs.github.io/eslint-plugin-svelte/",
121+
"wellKnown": "https://sveltejs.github.io/eslint-plugin-svelte/.well-known/funding-manifest-urls"
122+
},
123+
"repositoryUrl": {
124+
"url": "https://github.com/sveltejs/eslint-plugin-svelte",
125+
"wellKnown": "https://github.com/sveltejs/eslint-plugin-svelte/blob/main/.well-known/funding-manifest-urls"
126+
},
127+
"licenses": ["MIT"],
128+
"tags": ["developer-tools", "web-development"]
129+
},
130+
{
131+
"guid": "sveltejs-eslint-parser",
132+
"name": "svelte-eslint-parser",
133+
"description": "Svelte parser for ESLint",
134+
"webpageUrl": {
135+
"url": "https://github.com/sveltejs/svelte-eslint-parser/blob/main/README.md"
136+
},
137+
"repositoryUrl": {
138+
"url": "https://github.com/sveltejs/svelte-eslint-parser",
139+
"wellKnown": "https://github.com/sveltejs/svelte-eslint-parser/blob/main/.well-known/funding-manifest-urls"
140+
},
141+
"licenses": ["MIT"],
142+
"tags": ["developer-tools", "web-development"]
143+
}
144+
],
145+
"funding": {
146+
"channels": [
147+
{
148+
"guid": "opencollective-svelte",
149+
"type": "payment-provider",
150+
"address": "https://opencollective.com/svelte",
151+
"description": "Support Svelte through Open Collective with recurring or one-time contributions"
152+
}
153+
],
154+
"plans": [
155+
{
156+
"guid": "backer-monthly",
157+
"status": "active",
158+
"name": "Backer",
159+
"description": "Become a backer and support Svelte development",
160+
"amount": 5.0,
161+
"currency": "USD",
162+
"frequency": "monthly",
163+
"channels": ["opencollective-svelte"]
164+
},
165+
{
166+
"guid": "sponsor-monthly",
167+
"status": "active",
168+
"name": "Sponsor",
169+
"description": "Become a sponsor and support Svelte development",
170+
"amount": 100.0,
171+
"currency": "USD",
172+
"frequency": "monthly",
173+
"channels": ["opencollective-svelte"]
174+
},
175+
{
176+
"guid": "custom-donation",
177+
"status": "active",
178+
"name": "Custom Contribution",
179+
"description": "Make a custom one-time or recurring contribution of any amount",
180+
"amount": 0,
181+
"currency": "USD",
182+
"frequency": "other",
183+
"channels": ["opencollective-svelte"]
184+
}
185+
]
186+
}
184187
}

0 commit comments

Comments
 (0)