{
  "name": "@workwithdittodev/ditto-project-timeline-view",
  "version": "0.1.0",
  "description": "Ditto Project Timeline View Feature.",
  "homepage": "https://github.com/workwithditto/ditto-project-timeline-view#readme",
  "license": "ISC",
  "keywords": [],
  "author": {
    "name": "Ditto",
    "url": "https://workwithditto.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/workwithditto/ditto-project-timeline-view.git"
  },
  "bugs": {
    "url": "https://github.com/workwithditto/ditto-project-timeline-view/issues"
  },
  "type": "module",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@changesets/changelog-git": "^0.1.14",
    "@changesets/cli": "^2.26.1",
    "@editorjs/checklist": "^1.5.0",
    "@editorjs/text-variant-tune": "^1.0.1",
    "@finsweet/eslint-config": "^2.0.5",
    "@finsweet/tsconfig": "^1.3.2",
    "@playwright/test": "^1.35.0",
    "@typescript-eslint/eslint-plugin": "^5.59.9",
    "@typescript-eslint/parser": "^5.59.9",
    "cross-env": "^7.0.3",
    "editorjs-change-case": "^0.0.3",
    "editorjs-drag-drop": "^1.1.13",
    "editorjs-inline-font-size-tool": "^1.0.1",
    "editorjs-text-color-plugin": "^2.0.4",
    "editorjs-undo": "^2.0.23",
    "esbuild": "^0.17.19",
    "eslint": "^8.42.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "prettier": "^2.8.8",
    "typescript": "^5.1.3",
    "vanillajs-datepicker": "^1.3.4"
  },
  "dependencies": {
    "@calumk/editorjs-nested-checklist": "^1.1.0",
    "@editorjs/editorjs": "^2.28.0",
    "@editorjs/header": "^2.7.0",
    "@editorjs/nested-list": "^1.3.0",
    "@finsweet/ts-utils": "^0.39.2",
    "bulma": "^0.9.4",
    "editorjs-text-alignment-blocktune": "^1.0.3",
    "get-port": "^7.0.0"
  },
  "engines": {
    "pnpm": ">=8"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development node ./bin/build.js",
    "build": "cross-env NODE_ENV=production node ./bin/build.js",
    "lint": "eslint --ignore-path .gitignore ./src && prettier --check ./src",
    "lint:fix": "eslint --ignore-path .gitignore ./src --fix",
    "check": "tsc --noEmit",
    "format": "prettier --write ./src",
    "test": "playwright test",
    "test:headed": "playwright test --headed",
    "release": "changeset publish",
    "update": "pnpm update -i -L -r"
  }
}