experimenter/schemas/package.json

25 строки
603 B
JSON

{
"name": "@mozilla/nimbus-schemas",
"version": "2024.11.5",
"description": "Schemas used by Mozilla Nimbus and related projects.",
"main": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/experimenter.git"
},
"author": "Mozilla",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/experimenter/issues"
},
"homepage": "https://github.com/mozilla/experimenter#readme",
"devDependencies": {
"json-schema-to-typescript": "^13.0.2",
"typescript": "^5.1.6"
},
"files": [
"index.d.ts",
"schemas"
]
}