| | |
| | | { |
| | | "name": "mathcoach-ide-api", |
| | | "version": "4.0.0", |
| | | "version": "5.0.0", |
| | | "description": "API zur MathCoach IDE", |
| | | "author": "jsteuer", |
| | | "license": "", |
| | |
| | | "registry" : "https://bayes.htwsaar.de/nexus/repository/npm-mathcoach/" |
| | | }, |
| | | "scripts": { |
| | | "clean": "rm -rf dist docs .cache", |
| | | "clean": "rm -rf dist docs .cache coverage .nyc_output", |
| | | "test": "npx nyc ava", |
| | | "build": "npm run clean && npm run build-docs && npm run build-utils-es6 && npm run build-utils-lib", |
| | | "build-docs": "npx typedoc src/ --out docs/ --media ./media", |