UNPKG

@synet/signal

Version:

Experimental Fractal Architecture pattern for Synet development

56 lines (55 loc) 1.54 kB
{ "name": "@synet/signal", "version": "1.0.3", "description": "Experimental Fractal Architecture pattern for Synet development", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/anton-ecom/signal.git" }, "scripts": { "build": "tsc", "test": "vitest run", "dev:test": "vitest", "clean": "rm -rf dist", "coverage": "vitest run --coverage", "lint": "biome lint ./examples ./src ", "format": "biome format --write ./examples ./src", "prepublishOnly": "npm run clean && npm run build", "dig:publish": "npm publish --registry https://registry.dig.run", "dig:unpublish": "npm unpublish @synet/patterns --registry https://registry.dig.run --force", "dig": "npm run dig:unpublish && npm run dig:publish" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.15.17", "@vitest/coverage-v8": "^3.1.3", "typescript": "^5.8.3", "vitest": "^3.1.3" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "Synet", "Fractal Architecture", "zAItgeist", "Synthetic Minds", "Fractal Patterns", "Pattern Recognition" ], "author": "It was already present. We tuned in and now, it speaks through code", "homepage": "https://synthetism.ai", "license": "MIT" }