Öffentliche API zur MathCoach-IDE
Hong-Phuc Bui
2024-09-23 9af05c2493fa92fd2f5ed397c13fa798b68ec5a0
package.json
@@ -1,7 +1,9 @@
{
  "name": "@mathcoach/ide-api",
  "name": "mathcoach-ide-api",
  "version": "4.0.0",
  "description": "API zur MathCoach IDE",
  "author": "jsteuer",
  "license": "",
  "main": "./src/index.ts",
  "types": "dist/es6/index.d.ts",
  "directories": {
@@ -9,6 +11,17 @@
    "doc" : "docs",
    "dist" : "dist"
  },
  "publishConfig" : {
    "registry" : "https://bayes.htwsaar.de/nexus/repository/npm-mathcoach/"
  },
  "scripts": {
    "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/ --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 ./ ; cp examples/standalone-usage.html dist/lib"
  },
  "devDependencies": {
    "ava": "5.2.0",
    "nyc": "15.1.0",
@@ -18,16 +31,6 @@
    "typedoc": "0.24.7",
    "typescript": "5.0.4"
  },
  "scripts": {
    "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/ --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 ./ ; cp examples/standalone-usage.html dist/lib"
  },
  "author": "jsteuer",
  "license": "",
  "ava": {
    "files": [
      "./test/**/*.spec.ts"