Öffentliche API zur MathCoach-IDE
jsteuer
2019-08-12 f2d3efb08e3242e2e43f57971ca4a2953dfb6485
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "@mathcoach/ide-api",
  "version": "1.1.0",
  "description": "API zur MathCoach IDE",
  "types": "mathcoach-api.d.ts",
  "main": "./src/index.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 --media ./media"
  },
  "author": "jsteuer",
  "license": ""
}