{
  "name": "@wecandobetter/phenomenal-ai",
  "version": "0.0.4",
  "description": "Phenomenal AI is a conversational AI that can be used to create chatbots, voice assistants, and more.",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "test": "mocha --require ts-node/register test/**/*.test.ts",
    "test-with-coverage": "nyc --reporter=lcov npm test"
  },
  "keywords": [
    "ai",
    "artificial intelligence",
    "chatbot",
    "voice assistant",
    "voice",
    "assistant",
    "phenomenal",
    "phenomenal ai",
    "phenomenal-ai",
    "phenomenalai"
  ],
  "files": [
    "dist",
    "templates"
  ],
  "author": "We Can Do Better <contact@wcdb.life> (https://wcdb.life)",
  "contributors": [
    {
      "name": "Michiel van der Velde",
      "email": "michiel@wcdb.life",
      "url": "https://michielvdvelde.nl"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/chai": "^4.3.5",
    "@types/mocha": "^10.0.1",
    "@types/mustache": "^4.2.2",
    "@types/node": "^20.4.0",
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "mustache": "^4.2.0"
  }
}
