@nexu-ai/shared
Version:
Shared types and utilities for Nexu.sh SDK
47 lines (46 loc) • 987 B
JSON
{
"name": "@nexu-ai/shared",
"version": "0.0.5",
"description": "Shared types and utilities for Nexu.sh SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && mkdir -p dist && tsc --declaration",
"dev": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/node": "^22.14.0"
},
"devDependencies": {
"typescript": "^5.8.2",
"eslint": "^9.23.0"
},
"files": [
"dist"
],
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"ai",
"sdk",
"shared",
"types",
"latam"
],
"author": "Nexu.sh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nexu-ai/node-sdk.git",
"directory": "packages/shared"
},
"bugs": {
"url": "https://github.com/nexu-ai/node-sdk/issues"
},
"homepage": "https://github.com/nexu-ai/node-sdk#readme"
}