UNPKG

pddl-gantt

Version:

Plan visualization for AI-Planning plans. The package includes HTML components for Gantt, swimlane and line plot visualization of plan originating from AI Planning solvers.

52 lines (51 loc) 1.61 kB
{ "name": "pddl-gantt", "version": "2.1.1", "description": "Plan visualization for AI-Planning plans. The package includes HTML components for Gantt, swimlane and line plot visualization of plan originating from AI Planning solvers.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "mocha -- out/test/*.js", "pretest": "eslint ./src/*.ts && npm run compile", "build": "tsc", "compile": "tsc && npm run copyToDist", "copyToDist": "copyfiles --error --verbose --up 2 \"./out/src/**/*.*\" ./dist/", "prepack": "npm run test && npm run copyToDist", "compileSample": "browserify src/PlanView.ts src/sample.ts -p tsify > out-sample/sample.js", "watchSample": "watchify src/PlanView.ts src/sample.ts -p tsify -o out-sample/sample.js --verbose", "watch": "tsc -w" }, "keywords": [ "gantt", "chart", "ai", "planning" ], "author": "Jan Dolejsi", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jan-dolejsi/pddl-gantt" }, "devDependencies": { "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", "@types/node": "^20.14.11", "@types/nunjucks": "^3.2.6", "@typescript-eslint/eslint-plugin": "^7.16.1", "@typescript-eslint/parser": "^7.16.1", "browserify": "^17.0.0", "chai": "^4.4.1", "copyfiles": "^2.4.1", "eslint": "^8.57.0", "mocha": "^10.7.0", "nyc": "^17.0.0", "tsify": "^5.0.4", "typescript": "^5.2.2", "watchify": "^4.0.0" }, "dependencies": { "pddl-workspace": "^11.3.0", "vscode-uri": "^3.0.8" } }