Öffentliche API zur MathCoach-IDE
jsteuer
2019-12-16 b95c6a3de43121c061457039a4c926d5d34f2737
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",
  "main": "./src/index.ts",
  "directories": {
    "example": "examples"
  },
  "devDependencies": {
    "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 src/ --out docs/ --mode file --hideGenerator --theme minimal --includeDeclarations --excludeExternals --media ./media"
  },
  "author": "jsteuer",
  "license": ""
}