@foal/mongoose
Advanced tools
Comparing version 0.8.8 to 0.8.9
{ | ||
"name": "@foal/mongoose", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "FoalTS integration of Mongoose", | ||
@@ -8,3 +8,3 @@ "main": "./lib/index.js", | ||
"scripts": { | ||
"generate:api:docs": "ts-docs-gen --entryFile ./src/index.ts --output ../../docs/api/mongoose", | ||
"docs": "typedoc --out ../../docs/api/mongoose src/index.ts --readme none --theme markdown", | ||
"test": "mocha --require ts-node/register \"./src/**/*.spec.ts\"", | ||
@@ -58,6 +58,7 @@ "dev:test": "mocha --require ts-node/register --watch --watch-extensions ts \"./src/**/*.spec.ts\"", | ||
"rimraf": "^2.6.2", | ||
"ts-docs-gen": "0.2.0", | ||
"ts-node": "^3.3.0", | ||
"typedoc": "^0.14.2", | ||
"typedoc-plugin-markdown": "^1.2.0", | ||
"typescript": "^2.5.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8159
10