Skip to content

Commit 29e80c2

Browse files
danezcodebyuma
andcommitted
chore: add JSON schema for netlify-toml
Co-authored-by: Uma Chandran <codebyuma@users.noreply.github.com>
1 parent 0898cf6 commit 29e80c2

File tree

56 files changed

+2047
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2047
-28
lines changed

package-lock.json

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

packages/config-schema/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# JSON schema for netlify.toml
2+
3+
This package includes the JSON schema file for `netlify.toml`

packages/config-schema/package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "@netlify/config-schema",
3+
"private": true,
4+
"description": "JSON schema for netlify.toml",
5+
"type": "module",
6+
"author": "Netlify Inc.",
7+
"scripts": {
8+
"build": "echo 'done'",
9+
"test": "vitest run",
10+
"test:dev": "vitest",
11+
"test:ci": "vitest run --reporter=default"
12+
},
13+
"keywords": [
14+
"netlify",
15+
"netlify.toml"
16+
],
17+
"homepage": "https://github.com/netlify/build",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/netlify/build.git",
21+
"directory": "packages/config-schema"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/netlify/build/issues"
25+
},
26+
"license": "MIT",
27+
"devDependencies": {
28+
"ajv": "^8.12.0",
29+
"fast-glob": "^3.2.12",
30+
"toml": "^3.0.0",
31+
"vitest": "^0.30.1"
32+
}
33+
}

0 commit comments

Comments
 (0)