{
  "name": "odoo-typescript",
  "version": "2.2.11",
  "description": "Type declarations for odoo modules",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:docs": "npx typedoc --options typedoc.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abichinger/odoo-typescript.git"
  },
  "keywords": [
    "odoo",
    "openerp",
    "odoo development",
    "typescript",
    "odoo require",
    "odoo define"
  ],
  "author": "Andreas Bichinger",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abichinger/odoo-typescript/issues"
  },
  "homepage": "https://github.com/abichinger/odoo-typescript#readme",
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "semantic-release": "^24.1.2",
    "typedoc": "^0.27.6"
  }
}
