- pnpm workspaces + Turborepo - tsconfig.base.json strict ESM - @mosaic/types stub package - Woodpecker CI pipeline with Valkey service - docs/PRD.md, docs/TASKS.md, CONTEXT.md
19 lines
413 B
JSON
19 lines
413 B
JSON
{
|
|
"name": "@mosaic/types",
|
|
"version": "0.1.0",
|
|
"private": false,
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"test": "echo \"No tests for @mosaic/types\"",
|
|
"lint": "echo \"No lint configured for @mosaic/types\"",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
}
|
|
}
|