{
  "name": "@psdk/cpcl",
  "version": "0.7.16",
  "description": "psdk - cpcl command sdk",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc",
    "package": "tsc && node esbuild.js",
    "test": "jest",
    "docs": "npx typedoc --out dist/docs index.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "",
  "devDependencies": {
    "@types/jest": "^29",
    "esbuild": "^0.24",
    "jest": "^29",
    "ts-jest": "^29",
    "ts-node": "^10",
    "typedoc": "^0.27",
    "typescript": "^5"
  },
  "dependencies": {
    "@psdk/frame-father": "0.7.16",
    "@psdk/frame-imageb": "0.7.16"
  },
  "files": [
    "dist",
    "build",
    "!build/browser/psdk*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/0xfe10/dynamic-actions"
  },
  "gitHead": "b6a8e69394ebfaedb2afc55db2300590c65e4b58"
}
