UNPKG

@briswell/bw-domain

Version:

Domain Library for Node.js

77 lines (76 loc) 1.97 kB
{ "author": { "name": "Briswell co.,ltd." }, "contributors": [ { "name": "Phi Nguyen Truong", "email": "phi.nt@briswell.com" } ], "dependencies": { "@briswell/bw-factory": "0.0.21", "@types/sequelize": "^4.27.33", "moment": "^2.22.2", "mysql2": "^1.6.4", "sequelize": "^4.41.1", "uuid": "^3.3.2" }, "description": "Domain Library for Node.js", "devDependencies": { "@types/mocha": "^5.2.5", "@types/node": "^10.12.2", "@types/power-assert": "^1.5.0", "@types/sinon": "^5.0.5", "@types/uuid": "^3.4.4", "ink-docstrap": "^1.3.2", "jsdoc": "^3.5.5", "mocha": "^5.2.0", "nyc": "^13.3.0", "power-assert": "^1.6.1", "rimraf": "^2.6.2", "sequelize-mock": "^0.10.2", "sinon": "^7.1.1", "snyk": "^1.130.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.6" }, "engines": { "node": ">=6.9.1", "npm": ">=3.10.8" }, "keywords": [ "" ], "license": "ISC", "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ "lib" ], "directories": { "doc": "./docs", "lib": "./lib", "example": "./example", "test": "./test" }, "name": "@briswell/bw-domain", "repository": {}, "scripts": { "build": "tsc", "check": "npm run tslint && npm audit", "clean": "rimraf ./lib \"npm-debug.log*\" ./doc ./coverage ./.nyc_output", "doc": "node_modules/.bin/jsdoc -c jsdoc.json", "mocha": "mocha", "nyc": "nyc mocha \"test/**/*.spec.ts\"", "coverage": "npm run nyc && nyc report --reporter=text-lcov", "snyk": "snyk wizard", "test": "npm run check && npm run coverage", "tslint": "tslint --project tsconfig.json -c tslint.json --exclude \"**/*.spec.ts\" \"src/**/*.ts\"", "preversion": "npm run clean && npm run build && npm test && npm run doc", "version": "git add -A", "postversion": "git push origin --tags" }, "version": "0.0.32" }