forked from tambo-ai/tambo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.9 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@tambo-ai/repo",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"github-hydra-ai.png\" alt=\"Hydra AI Logo\"> </p> <p align=\"center\"> <a href=\"https://www.npmjs.com/package/hydra-ai\"><img src=\"https://img.shields.io/npm/v/hydra-ai.svg\" alt=\"npm version\"></a> <a href=\"https://www.npmjs.com/package/hydra-ai\"><img src=\"https://img.shields.io/npm/dm/hydra-ai.svg\" alt=\"npm downloads\"></a> <a href=\"https://github.com/michaelmagan/hydraai/blob/main/LICENSE\"><img src=\"https://img.shields.io/github/license/michaelmagan/hydraai.svg\" alt=\"license\"></a> <a href=\"https://github.com/michaelmagan/hydraai/commits/main\"><img src=\"https://img.shields.io/github/last-commit/michaelmagan/hydraai.svg\" alt=\"GitHub last commit\"></a> <a href=\"https://discord.gg/dJNvPEHth6\"><img src=\"https://img.shields.io/discord/1251581895414911016?color=7289da&label=discord\" alt=\"Discord\"></a> <a href=\"https://github.com/michaelmagan/hydraai/stargazers\"><img src=\"https://img.shields.io/github/stars/michaelmagan/hydraai.svg?style=social\" alt=\"GitHub stars\"></a>",
"scripts": {
"build": "turbo build",
"check-types": "turbo check-types",
"format": "prettier --write \"**/*.{ts,tsx,md,yml}\"",
"lint:fix": "turbo lint -- --fix",
"lint": "turbo lint",
"prepare": "husky",
"prettier-check": "prettier --check .",
"test": "turbo test",
"dev": "turbo dev --filter=@tambo-ai/showcase"
},
"author": "",
"license": "MIT",
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"prettier": "^3.6.2",
"turbo": "^2.5.4",
"typescript": "^5.8.3"
},
"packageManager": "npm@10.9.2",
"workspaces": [
"react-sdk",
"showcase",
"cli",
"create-tambo-app",
"packages/*"
],
"engines": {
"node": ">=22",
"npm": ">=10"
},
"volta": {
"node": "22.16.0",
"npm": "10.9.2"
}
}