@chevre/domain
Version:
Chevre Domain Library for Node.js
91 lines (90 loc) • 2.43 kB
JSON
{
"author": {
"name": "Motionpicture co.,ltd."
},
"contributors": [
{
"name": "Hiroki Matsuoka",
"email": "h.matsuoka@motionpicture.jp"
},
{
"name": "Tetsu Yamazaki",
"email": "yamazaki@motionpicture.jp"
}
],
"dependencies": {
"@chevre/factory": "^1.0.0-alpha.50",
"@types/mongoose": "^5.3.5",
"@types/redis": "^2.8.8",
"debug": "^3.2.6",
"moment": "^2.23.0",
"moment-timezone": "^0.5.23",
"mongoose": "^5.3.16",
"redis": "^2.8.0",
"uniqid": "^5.0.3"
},
"description": "Chevre Domain Library for Node.js",
"devDependencies": {
"@types/debug": "0.0.30",
"@types/mocha": "^5.2.5",
"@types/moment-timezone": "^0.5.9",
"@types/power-assert": "^1.5.0",
"@types/sinon": "^5.0.7",
"@types/sinon-mongoose": "^1.3.9",
"@types/uniqid": "^4.1.2",
"coveralls": "^3.0.2",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"power-assert": "^1.6.1",
"rimraf": "^2.6.2",
"sinon": "^4.5.0",
"sinon-mongoose": "^2.2.1",
"snyk": "^1.117.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "^3.2.2"
},
"engines": {
"node": ">=6.9.1",
"npm": ">=3.10.8"
},
"keywords": [
"chevre"
],
"license": "ISC",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"docs",
"example",
"lib"
],
"directories": {
"doc": "./docs",
"lib": "./lib",
"example": "./example",
"test": "./test"
},
"name": "@chevre/domain",
"repository": {},
"scripts": {
"build": "tsc",
"check": "npm run tslint",
"clean": "rimraf ./lib \"npm-debug.log*\" ./doc ./coverage ./.nyc_output",
"doc": "node_modules/.bin/jsdoc -c jsdoc.json",
"mocha": "mocha",
"nyc": "nyc mocha \"src/**/*.spec.ts\"",
"coverage": "npm run nyc && nyc report --reporter=text-lcov | coveralls",
"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",
"prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
},
"version": "1.0.0-alpha.51"
}