UNPKG

ddd-helpers

Version:
41 lines (40 loc) 955 B
{ "name": "ddd-helpers", "version": "0.6.0", "description": "Useful utilities for DDD apps", "main": "dist/index.js", "scripts": { "test": "mocha --require test/setup test/**/*.test.js", "test:watch": "mocha --watch --require test/setup test/**/*.test.js", "prepublish": "npm run compile", "compile": "rm -rf dist/ && babel -d dist/ src/", "build": "npm run compile" }, "repository": { "type": "git", "url": "https://github.com/InterAl/ddd-helpers.git" }, "files": [ "dist/" ], "keywords": [ "ddd", "utilities", "unitofwork" ], "author": "InterAl", "license": "ISC", "devDependencies": { "babel-cli": "^6.18.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-2": "^6.18.0", "mocha": "^3.2.0", "sinon": "^1.17.7" }, "dependencies": { "chai": "^4.0.2", "lodash": "^4.17.4", "underscore": "^1.8.3" } }