UNPKG

@vulog/aima-core

Version:

Shared types and Zod schema helpers for pagination and patch actions.

38 lines 853 B
{ "name": "@vulog/aima-core", "type": "module", "version": "1.2.48", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.cts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "test": "", "test:watch": "vitest", "lint": "eslint src/" }, "keywords": [ "AIMA", "VULOG", "CORE" ], "author": "Vulog", "license": "MIT", "peerDependencies": { "zod": "^4.3.6" }, "description": "" }