{
  "name": "ai-planning-val",
  "version": "4.1.1",
  "description": "Javascript/typescript wrapper for VAL (AI Planning plan validation and evaluation tools from KCL Planning department and the planning community around the ICAPS conference).",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "downloadVal": "./dist/downloadVal.js"
  },
  "scripts": {
    "downloadVal": "node ./dist/downloadVal.js --destination=./val && node ./dist/downloadVal.js --destination=\"./path with space/val\"",
    "test": "mocha -- out/test/*.js --no-parallel",
    "pretest": "npx eslint ./src/*.ts && npm run compile && npm run downloadVal",
    "build": "npx tsc",
    "compile": "npx tsc && npm run copyToDist",
    "copyToDist": "copyfiles --error --verbose --up 2 \"./out/src/**/*.*\" ./dist/",
    "prepack": "npm run test && npm run copyToDist",
    "watch": "npx tsc -w"
  },
  "keywords": [
    "ai",
    "planning",
    "validation",
    "automation"
  ],
  "author": "Jan Dolejsi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jan-dolejsi/ai-planning-val.js"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.5",
    "@types/chai": "4.3.16",
    "@types/events": "^3.0.3",
    "@types/mocha": "^10.0.7",
    "@types/node": "^20.14.11",
    "@types/nunjucks": "^3.2.6",
    "@types/tmp": "^0.2.6",
    "@types/yargs": "16.0.0",
    "@typescript-eslint/eslint-plugin": "^7.16.1",
    "@typescript-eslint/parser": "^7.16.1",
    "chai": "^4.4.1",
    "copyfiles": "^2.4.1",
    "eslint": "^8.56.0",
    "mocha": "^10.7.0",
    "nyc": "^17.0.0",
    "typescript": "^5.2.2",
    "vscode-uri": "^3.0.8"
  },
  "dependencies": {
    "adm-zip": "^0.5.10",
    "events": "^3.3.0",
    "pddl-workspace": "^11.3.0",
    "tmp-promise": "3.0.3",
    "yargs": "^17.7.2"
  }
}
