Öffentliche API zur MathCoach-IDE
jsteuer
2019-12-16 b95c6a3de43121c061457039a4c926d5d34f2737
package.json
@@ -1,20 +1,20 @@
{
  "name": "@mathcoach/ide-api",
  "version": "1.1.0",
  "description": "API zur MathCoach IDE",
  "description": "API zur MathCoach IDE",
  "main": "./src/index.ts",
  "directories": {
    "example": "examples"
  },
  "devDependencies": {
    "rimraf": "^2.6.3",
    "typedoc": "^0.14.2"
    "rimraf": "^3.0.0",
    "typedoc": "^0.15.5"
  },
  "scripts": {
    "clean": "rimraf dist/ && rimraf docs/",
    "build": "npm run clean  && npm run build-docs",
    "build-docs": "typedoc mathcoach-api.d.ts --out docs/ --mode file --theme minimal --includeDeclarations --excludeExternals --media ./media"
    "build-docs": "typedoc mathcoach-api.d.ts src/ --out docs/ --mode file --hideGenerator --theme minimal --includeDeclarations --excludeExternals --media ./media"
  },
  "author": "jsteuer",
  "license": ""
}
}