{
    "name": "@ebenos/elements",
    "version": "4.0.0-alpha.29",
    "description": "Elements Library for the Ebony framework.",
    "main": "./build/index.js",
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "test": "yarn run build && yarn node ./build/index.js",
        "build": "yarn tsc",
        "prepare": "yarn run build",
        "lint": "yarn eslint '*/**/*.ts' --quiet --fix -c ../../.eslintrc.js --ignore-path ../../.eslintignore"
    },
    "types": "./build/index.d.ts",
    "author": "Christos Panagiotakopoulos <chrispanag@gmail.com>",
    "repository": "chrispanag/ebony",
    "keywords": [
        "bot",
        "chatbot",
        "messenger-platform",
        "messenger",
        "facebook",
        "bot-framework",
        "framework",
        "ebony-framework",
        "ebony",
        "sendapi"
    ],
    "license": "MIT",
    "peerDependencies": {
        "@ebenos/framework": "*"
    },
    "devDependencies": {
        "@ebenos/framework": "^4.0.0-alpha.29"
    },
    "engines": {
        "node": ">=14.0.0"
    },
    "files": [
        "build/**/*"
    ],
    "gitHead": "18fd89bfbc610610c8edc8c5ea32a7c616341b11"
}
