@labex-labs/schema
Version:
JSON Schema definitions for LabEx lab and course configurations
35 lines (34 loc) • 696 B
JSON
{
"name": "@labex-labs/schema",
"version": "1.0.3",
"description": "JSON Schema definitions for LabEx lab and course configurations",
"main": "index.json",
"files": [
"*.json",
"README.md"
],
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/labex-labs/schema.git"
},
"keywords": [
"labex",
"labex-labs",
"schema",
"json-schema",
"validation",
"configuration"
],
"author": "LabEx",
"license": "MIT",
"homepage": "https://labex.io/",
"bugs": {
"url": "https://github.com/labex-labs/schema/issues"
},
"publishConfig": {
"access": "public"
}
}