Öffentliche API zur MathCoach-IDE
Hong-Phuc Bui
2023-05-19 9ec93ac8d9477c671e7fbceb6c2e2fe9b13423fb
package.json
@@ -13,20 +13,19 @@
    "ava": "3.5.0",
    "marked": "0.8.0",
    "nyc": "15.0.0",
    "parcel": "1.12.4",
    "rimraf": "3.0.2",
    "parcel": "1.12.3",
    "ts-node": "8.7.0",
    "tsconfig-paths": "3.9.0",
    "typedoc": "0.17.1",
    "typescript": "3.8.3"
    "tsconfig-paths": "4.2.0",
    "typedoc": "0.24.7",
    "typescript": "5.0.4"
  },
  "scripts": {
    "clean": "npx rimraf dist/ && rimraf docs/",
    "clean": "rm -rf dist docs .cache",
    "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/ --mode file --hideGenerator --theme minimal --includeDeclarations --excludeExternals --media ./media",
    "build-docs": "npx typedoc src/ --out docs/ --media ./media",
    "build-utils-es6": "npx tsc --project tsconfig-es6.json",
    "build-utils-lib": "npx parcel build src/index.ts --target node --bundle-node-modules --global MC_IDE_TOOL_UTILS --out-dir dist/lib --out-file mathcoach-ide-tool-utils.js --public-url ./"
    "build-utils-lib": "npx parcel build src/index.ts --target node --bundle-node-modules --global MC_IDE_TOOL_UTILS --out-dir dist/lib --out-file mathcoach-ide-tool-utils.js --public-url ./ ; cp examples/standalone-usage.html dist/lib"
  },
  "author": "jsteuer",
  "license": "",