{
"name": "root",
"private": true,
"description": "DPML-powered AI prompt framework - Revolutionary AI-First CLI system based on Deepractice Prompt Markup Language. Build sophisticated AI agents with structured prompts, memory systems, and execution frameworks.",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"test": "turbo test",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"clean": "turbo clean",
"changeset": "changeset",
"changeset:add": "changeset add",
"changeset:status": "changeset status",
"prepare": "npx lefthook install",
"postinstall": "pnpm rebuild better-sqlite3 || true"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.31.0",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@evilmartians/lefthook": "^1.13.6",
"@types/node": "^22.19.19",
"@vitest/coverage-v8": "^4.1.6",
"@vitest/ui": "^4.1.6",
"electron": "39.8.10",
"eslint": "^8.57.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.10",
"tsup": "^8.5.1",
"tsx": "^4.22.1",
"turbo": "^2.9.14",
"typescript": "^5.9.3",
"vite": "^7.3.3",
"vitest": "^4.1.6"
},
"engines": {
"node": ">=18.17.0",
"npm": ">=6.0.0"
},
"keywords": [
"dpml",
"deepractice",
"ai",
"prompt",
"prompt-engineering",
"markup-language",
"ai-first",
"cli",
"chatgpt",
"claude",
"conversation",
"agent",
"framework",
"role-playing",
"memory-system",
"automation"
],
"packageManager": "pnpm@10.14.0",
"author": {
"name": "Deepractice",
"email": "sean@deepracticex.com",
"url": "https://deepractice.ai"
},
"license": "MIT",
"homepage": "https://github.com/Deepractice/PromptX#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Deepractice/PromptX.git"
},
"bugs": {
"url": "https://github.com/Deepractice/PromptX/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"pnpm": {
"overrides": {
"tar": "^7.4.3",
"qs": "^6.13.1",
"@isaacs/brace-expansion": "^5.0.1",
"form-data": "^4.0.1",
"lodash": "^4.17.21",
"tough-cookie": "^5.0.0",
"axios": "^1.15.2",
"vite": "^7.3.3",
"postcss": "^8.5.10",
"jszip": "^3.8.0",
"phin": "^3.7.1",
"glob": "^10.5.0",
"file-type": "^21.3.1",
"esbuild": "^0.25.0",
"yargs-parser": "^5.0.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
}
},
"dependencies": {
"@rolexjs/genesis": "1.3.0"
}
}