@codai/romai-types
Version:
Shared TypeScript types for ROMAI ecosystem - Romanian AI Central Intelligence
51 lines • 1.17 kB
JSON
{
"name": "@codai/romai-types",
"version": "0.1.3",
"description": "Shared TypeScript types for ROMAI ecosystem - Romanian AI Central Intelligence",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"keywords": [
"romai",
"types",
"typescript",
"romanian",
"ai",
"codai",
"shared"
],
"author": "CODAI Contributors",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/node": "^22.10.6",
"eslint": "^9.17.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.7.0",
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"type-check": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"clean": "rimraf dist"
}
}