UNPKG

pddl-workspace

Version:
46 lines (45 loc) 1.19 kB
{ "name": "pddl-workspace", "version": "11.3.0", "description": "PDDL Workspace", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "npx vitest --run", "pretest": "npx 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", "watch": "tsc -w", "clean": "rmdir out /s && rmdir dist /s" }, "keywords": [ "pddl", "ai", "planning" ], "author": "Jan Dolejsi", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jan-dolejsi/pddl-workspace" }, "devDependencies": { "@types/node": "^20.14.11", "@types/nunjucks": "^3.2.6", "@typescript-eslint/eslint-plugin": "^7.16.1", "@typescript-eslint/parser": "^7.16.1", "copyfiles": "^2.4.1", "eslint": "^8.56.0", "typescript": "^5.2.2", "vite": "^5.3.4", "vitest": "^2.0.3" }, "dependencies": { "nunjucks": "^3.2.4", "parse-xsd-duration": "^0.5.0", "vscode-uri": "^3.0.8", "xml2js": "^0.6.2" } }