58ca4e68db
- Go backend API with full CRUD for all modules (CRM, Sales, Finance, HR, Legal, Marketing, Support, Purchase, Inventory, Projects, Automation, Analytics) - Rust analytics service with parallel report generation - C runtime with POSIX shared memory IPC - PostgreSQL schema with 30+ tables, full migrations - Redis cache, sessions, pub/sub - Kafka event streaming with Zookeeper - WebSocket hub for real-time updates - Automation engine with cron jobs, workflows, event triggers - JWT authentication, multi-tenant from start - Docker Compose with all services - Nginx reverse proxy with rate limiting - Integration tests passing - Feature gap analysis against Fortnox/Odoo/Visma Refs: BOC-001
35 lines
659 B
JSON
Executable File
35 lines
659 B
JSON
Executable File
{
|
|
"name": "sisteransi",
|
|
"version": "1.0.5",
|
|
"description": "ANSI escape codes for some terminal swag",
|
|
"main": "src/index.js",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Terkel Gjervig",
|
|
"email": "terkel@terkel.com",
|
|
"url": "https://terkel.com"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js | tap-spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/terkelg/sisteransi"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"types": "./src/sisteransi.d.ts",
|
|
"keywords": [
|
|
"ansi",
|
|
"escape codes",
|
|
"escape",
|
|
"terminal",
|
|
"style"
|
|
],
|
|
"devDependencies": {
|
|
"tap-spec": "^5.0.0",
|
|
"tape": "^4.13.2"
|
|
}
|
|
}
|