package.json•686 B
{
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"compile": "tsc",
"build": "npm run build:clean && npm run compile",
"build:clean": "rimraf ./lib",
"build:watch": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"name": "basic",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"genkit": "workspace:*",
"@genkit-ai/firebase": "workspace:*",
"@genkit-ai/googleai": "workspace:*",
"@genkit-ai/express": "workspace:*",
"express": "^4.21.0"
},
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.3.3"
}
}