| | |
| | | }, |
| | | "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": "npm run clean && npm run build-docs && npm run build-utils", |
| | | "build-utils": "tsc", |
| | | "build-docs": "typedoc mathcoach-api.d.ts src/ --out docs/ --mode file --theme minimal --includeDeclarations --excludeExternals --media ./media" |
| | | }, |
| | | "author": "jsteuer", |
| | | "license": "" |