Öffentliche API zur MathCoach-IDE
jsteuer
2019-07-05 57e68857a69e20adffb6e35e13754358eb1e31ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@mathcoach/ide-api",
  "version": "1.1.0",
  "description": "API zur MathCoach IDE",
  "types": "mathcoach-api.d.ts",
  "directories": {
    "example": "examples"
  },
  "devDependencies": {
    "rimraf": "^2.6.3",
    "typedoc": "^0.14.2"
  },
  "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"
  },
  "author": "jsteuer",
  "license": ""
}