mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
Adds a schema to validate the manifest.yaml described in [this RFC](https://github.com/neondatabase/neon/blob/main/docs/rfcs/038-independent-compute-release.md) and a github workflow to test this.
38 lines
851 B
JSON
38 lines
851 B
JSON
{
|
|
"name": "neon-compute",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "neon-compute",
|
|
"dependencies": {
|
|
"@sourcemeta/jsonschema": "9.3.4"
|
|
}
|
|
},
|
|
"node_modules/@sourcemeta/jsonschema": {
|
|
"version": "9.3.4",
|
|
"resolved": "https://registry.npmjs.org/@sourcemeta/jsonschema/-/jsonschema-9.3.4.tgz",
|
|
"integrity": "sha512-hkujfkZAIGXUs4U//We9faZW8LZ4/H9LqagRYsFSulH/VLcKPNhZyCTGg7AhORuzm27zqENvKpnX4g2FzudYFw==",
|
|
"cpu": [
|
|
"x64",
|
|
"arm64"
|
|
],
|
|
"license": "AGPL-3.0",
|
|
"os": [
|
|
"darwin",
|
|
"linux",
|
|
"win32"
|
|
],
|
|
"bin": {
|
|
"jsonschema": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sourcemeta"
|
|
}
|
|
}
|
|
}
|
|
}
|