{
  "name": "@contentchef/contentchef-types",
  "version": "10.1.0-alpha.5",
  "description": "ContentChef types",
  "author": "PierpaoloIannone <piannone@byte-code.com>",
  "homepage": "https://github.com/ContentChef/contentchef-management-js-client#readme",
  "license": "ISC",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "dist/api",
    "dist/extension",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ContentChef/contentchef-management-js-client.git"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "tsc"
  },
  "bugs": {
    "url": "https://github.com/ContentChef/contentchef-management-js-client/issues"
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  },
  "gitHead": "395605c7649177141f6ee45bb5c178c946d25fc5"
}
