@defikitdotnet/education-module-ai
Version:
AI Education Module using Agent Framework
150 lines (149 loc) • 4.18 kB
JSON
{
"name": "@defikitdotnet/education-module-ai",
"version": "0.1.22",
"description": "AI Education Module using Agent Framework",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./backend": {
"import": "./lib/backend.js",
"require": "./lib/backend.js",
"types": "./lib/backend.d.ts"
},
"./controllers": {
"import": "./lib/controllers/index.js",
"require": "./lib/controllers/index.js",
"types": "./lib/controllers/index.d.ts"
},
"./frontend": {
"import": "./lib/frontend.js",
"require": "./lib/frontend.js",
"types": "./lib/frontend.d.ts"
},
"./models": {
"import": "./lib/models/index.js",
"require": "./lib/models/index.js",
"types": "./lib/models/index.d.ts"
},
"./types": {
"import": "./lib/services/CourseService.js",
"require": "./lib/services/CourseService.js",
"types": "./lib/services/CourseService.d.ts"
}
},
"files": [
"lib",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "next dev -p 3008",
"build:next": "next build",
"build": "rimraf lib && tsc -p tsconfig.lib.json && next build",
"prepare-npm": "npm run build",
"start": "next start",
"lint": "next lint",
"backend": "tsx watch src/server.ts",
"clean": "rimraf lib",
"prepublishOnly": "npm run build",
"pack-local": "pnpm build && pnpm pack && echo \"Generated tarball at: $(pwd)/$(ls *.tgz | tail -n1)\""
},
"dependencies": {
"@defikitdotnet/agent-framework-backend": "0.1.1",
"@defikitdotnet/agent-framework-core": "0.1.1",
"@defikitdotnet/agent-framework-frontend": "0.1.1",
"@google/generative-ai": "^0.2.1",
"@privy-io/server-auth": "1.19.0",
"@radix-ui/react-accordion": "^1.2.7",
"@radix-ui/react-separator": "^1.1.4",
"@types/bcryptjs": "^3.0.0",
"@types/express-session": "^1.18.1",
"@types/multer": "^1.4.12",
"@types/react-syntax-highlighter": "^15.5.13",
"axios": "^1.8.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"better-sqlite3": "^11.9.1",
"body-parser": "^1.20.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^16.4.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"lucide-react": "^0.488.0",
"multer": "^1.4.5-lts.2",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tsyringe": "^4.10.0",
"typeorm": "^0.3.22",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.4",
"@types/body-parser": "^1.19.2",
"@types/cookie": "^1.0.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^18.15.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jsonwebtoken": "^9.0.2",
"postcss": "^8.4.35",
"rimraf": "^5.0.0",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsx": "^4.19.3",
"typescript": "^5.0.0"
},
"keywords": [
"education",
"ai",
"learning",
"agent-framework",
"educational-content",
"udemy",
"courses",
"h5p"
],
"author": "Agent Framework Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/agent-framework.git"
},
"pnpm": {
"onlyBuiltDependencies": [
"bcrypt",
"better-sqlite3",
"bigint-buffer",
"bufferutil",
"esbuild",
"utf-8-validate"
]
}
}