UNPKG

@cosmicmind/domainjs

Version:

A domain-driven design framework for scalable systems.

80 lines (79 loc) 2.15 kB
{ "name": "@cosmicmind/domainjs", "version": "0.0.1-rc-053125-4", "description": "A domain-driven design framework for scalable systems.", "keywords": [ "typescript", "domain-driven-design", "framework", "cosmicmind", "domainjs" ], "author": { "name": "Daniel Jonathan", "email": "daniel@cosmicverse.org" }, "license": "UNLICENSED", "repository": { "type": "git", "url": "https://github.com/cosmicmind/domainjs.git" }, "publishConfig": { "access": "public" }, "type": "module", "main": "./dist/lib-cjs.cjs", "module": "./dist/lib-es.js", "types": "./dist/src/index.d.ts", "exports": { ".": { "import": "./dist/lib-es.js", "require": "./dist/lib-cjs.cjs" } }, "files": [ "dist", "LICENSE", "README.md", "package.json" ], "scripts": { "lint": "eslint --fix", "release": "npm run release:lib", "release:lib": "vite build --config vite.config.ts", "develop": "npm run develop:lib", "develop:lib": "vite build --config vite.config.ts --mode development", "watch": "vite build --watch --config vite.config.ts --mode development", "test": "vitest", "test:unit": "vitest run", "test:coverage": "vitest run --coverage" }, "dependencies": { "@cosmicmind/foundationjs": "^0.0.1-rc-030725-1", "@cosmicmind/patternjs": "^0.0.1-rc-030725-3", "npm-run-all": "^4.1.5", "tslib": "^2.8.1", "typescript": "^5.8.3", "vite": "^6.3.4", "vite-plugin-dts": "^4.5.3", "vitest": "^3.0.2" }, "devDependencies": { "@eslint/js": "^9.28.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", "@stylistic/eslint-plugin-js": "^4.4.0", "@types/node": "^22.15.3", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "@vitest/coverage-v8": "^3.1.2", "eslint": "^9.26.0", "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.31.0", "globals": "^16.2.0", "lib0": "^0.2.105", "terser": "^5.39.0", "ts-node": "^10.9.2", "typescript-eslint": "^8.33.0", "yup": "^1.6.1" } }