| | |
| | | { |
| | | "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": { |
| | |
| | | "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", |
| | |
| | | "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" |