{
  "name": "almin",
  "version": "0.19.0",
  "description": "Client-side DDD/CQRS for JavaScript.",
  "keywords": [
    "aluminium",
    "architecture",
    "cqrs",
    "ddd",
    "flux"
  ],
  "homepage": "https://github.com/almin/almin",
  "bugs": {
    "url": "https://github.com/almin/almin/issues"
  },
  "license": "MIT",
  "author": "azu",
  "files": [
    "src/",
    "lib/src"
  ],
  "main": "lib/src/index.js",
  "module": "module/src/index.js",
  "types": "lib/src/index.d.ts",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/almin/almin.git"
  },
  "scripts": {
    "build": "npm-run-all -s build:src",
    "build:src": "tsc --project . && tsc --project ./tsconfig.module.json",
    "build:test": "tsc --project test/",
    "ci": "npm test && npm run size",
    "clean": "rimraf lib/ out/",
    "lint": "npm-run-all -p lint:*",
    "lint:fix": "npm-run-all -p lint:*:fix",
    "lint:js": "eslint --config ../../.eslintrc.json --cache test/",
    "lint:js:fix": "eslint --fix --config ../../.eslintrc.json --cache test/",
    "prepublish": "npm run --if-present build",
    "presize": "npm-run-all -s clean build",
    "size": "size-limit",
    "test": "run-s lint test:js test:type",
    "test:browser": "npm run build:test && zuul --local 8080 --ui mocha-bdd -- out/test/*-test.js",
    "test:js": "cross-env NODE_ENV=development mocha \"test/**/*-test.{js,ts}\"",
    "test:saucelabs": "npm run build:test && zuul -- out/test/*-test.js",
    "test:type": "cross-env NODE_ENV=development mocha \"type-test/**/*-test.ts\""
  },
  "dependencies": {
    "map-like": "^2.0.0",
    "shallow-equal-object": "^1.1.1"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^2.2.4",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.22",
    "@types/sinon": "^7.5.2",
    "cpx": "^1.5.0",
    "cross-env": "^7.0.2",
    "env-development": "^1.0.2",
    "eslint": "^4.19.1",
    "mocha": "^8.0.1",
    "npm-run-all": "^4.1.5",
    "power-assert": "^1.6.1",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2",
    "sinon": "^7.5.0",
    "size-limit": "^2.2.4",
    "source-map-support": "^0.5.17",
    "ts-node": "^8.10.2",
    "ts-node-test-register": "^8.0.1",
    "typescript": "~3.9.6",
    "typings-tester": "^0.3.2",
    "zuul": "^3.12.0"
  },
  "email": "azuciao@gmail.com",
  "size-limit": [
    {
      "path": "lib/src/index.js",
      "limit": "10 KB"
    }
  ],
  "gitHead": "4a68daa246948b47f428ee186b37ad9e31b67aeb"
}
