@memberjunction/ng-ai-test-harness
Version:
MemberJunction AI Test Harness - A reusable component for testing AI agents and prompts with beautiful UX
61 lines • 1.81 kB
JSON
{
"name": "@memberjunction/ng-ai-test-harness",
"version": "5.37.0",
"description": "MemberJunction AI Test Harness - A reusable component for testing AI agents and prompts with beautiful UX",
"main": "./dist/public-api.js",
"typings": "./dist/public-api.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "echo \"No tests configured yet\"",
"build": "ngc",
"test:watch": "vitest"
},
"keywords": [
"AI",
"test harness",
"agents",
"prompts",
"MemberJunction"
],
"author": "MemberJunction Team",
"license": "ISC",
"devDependencies": {
"@angular/compiler": "21.1.3",
"@angular/compiler-cli": "21.1.3",
"vitest": "^4.0.18"
},
"peerDependencies": {
"@angular/common": "21.1.3",
"@angular/core": "21.1.3",
"@angular/forms": "21.1.3",
"@angular/animations": "21.1.3"
},
"dependencies": {
"@angular/platform-browser": "21.1.3",
"@angular/router": "21.1.3",
"@memberjunction/ai": "5.37.0",
"@memberjunction/ai-core-plus": "5.37.0",
"@memberjunction/ai-engine-base": "5.37.0",
"@memberjunction/core": "5.37.0",
"@memberjunction/core-entities": "5.37.0",
"@memberjunction/global": "5.37.0",
"@memberjunction/graphql-dataprovider": "5.37.0",
"@memberjunction/ng-code-editor": "5.37.0",
"@memberjunction/ng-container-directives": "5.37.0",
"@memberjunction/ng-notifications": "5.37.0",
"@memberjunction/ng-shared": "5.37.0",
"@memberjunction/ng-shared-generic": "5.37.0",
"@memberjunction/ng-ui-components": "5.37.0",
"angular-split": "^20.0.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"@memberjunction/ng-base-types": "5.37.0"
},
"sideEffects": true,
"repository": {
"type": "git",
"url": "https://github.com/MemberJunction/MJ"
}
}