UNPKG

@dolittle/sdk.artifacts

Version:

Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.

55 lines 1.6 kB
{ "name": "@dolittle/sdk.artifacts", "version": "24.0.0", "description": "Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.", "keywords": [ "Dolittle", "Events", "Event Sourcing", "Domain Driven Design", "Event Driven Architecture", "Line of Business", "ES", "DDD", "EDA", "LOB" ], "author": "all contributors", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/dolittle/Javascript.SDK.git" }, "bugs": { "url": "https://github.com/dolittle/Javascript.SDK/issues" }, "homepage": "https://github.com/dolittle/Javascript.SDK#readme", "files": [ "Distribution", "**/*.ts" ], "main": "Distribution/index.js", "types": "Distribution/index.d.ts", "scripts": { "prebuild": "yarn clean && yarn copy-readme", "postbuild": "yarn lint", "build": "tsc -b", "clean": "tsc -b --clean", "copy-readme": "node ../../Assets/copy-readme.js .", "test": "mocha", "lint": "eslint --quiet --ext .ts ./", "lint:fix": "eslint --quiet --ext .ts ./ --fix" }, "dependencies": { "@dolittle/concepts": "6.0.0", "@dolittle/contracts": "7.0.0", "@dolittle/rudiments": "6.0.0", "@dolittle/types": "6.0.0" }, "devDependencies": { "@types/is-natural-number": "^4.0.0" } }