{
  "name": "@neos-project/neos-ui-extensibility",
  "version": "9.2.0-beta2",
  "description": "Core of the extensibility mechanisms for the Neos UI",
  "repository": "neos/neos-ui",
  "bugs": "https://github.com/neos/neos-ui/issues",
  "homepage": "https://github.com/neos/neos-ui/blob/master/README.md",
  "main": "./plugin-api.js",
  "publishConfig": {
    "main": "./plugin-api.js"
  },
  "files": [
    "dist",
    "plugin-api.js",
    "extensibilityMap.json"
  ],
  "scripts": {
    "build": "yarn tsc --declaration"
  },
  "devDependencies": {
    "typescript": "^4.6.4"
  },
  "stableVersion": ""
}