tei-annotator / package.json
cmboulanger's picture
Upload folder using huggingface_hub
89b03df verified
Raw
History Blame Contribute Delete
840 Bytes
{
"name": "tei-annotator",
"version": "1.5.0",
"description": "TEI XML annotation library using LLM pipelines",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/cboulanger/tei-annotator.git"
},
"devDependencies": {
"@commitlint/cli": "^18.4.0",
"@commitlint/config-conventional": "^18.4.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"semantic-release": "^22.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"test": "uv run pytest",
"semantic-release": "semantic-release",
"commit": "cz"
}
}