{
  "version": "1.0.6",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "description": "Javascript SDK for Drafter AI",
  "keywords": [
    "drafter",
    "ai",
    "sdk",
    "api"
  ],
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=15"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test  --no-cache",
    "lint": "eslint src/**/*.ts  --fix ",
    "optimize": "rm **/*.map **/*development.js",
    "prepare": "yarn build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "@phonal-technologies/drafterai-js",
  "author": "Dmitry Tuzenkov",
  "module": "dist/drafter-js.esm.js",
  "homepage": "https://drafter.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/phonal-technologies/drafter-js.git"
  },
  "size-limit": [
    {
      "path": "dist/drafter-js.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/drafter-js.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^6.0.3",
    "@types/lodash": "^4.14.196",
    "@types/nanoid": "^3.0.0",
    "@types/uuid": "^9.0.2",
    "@typescript-eslint/eslint-plugin": "^6.4.1",
    "@typescript-eslint/parser": "^6.4.1",
    "eslint": "^7.24.0",
    "eslint-config-prettier": "^8.2.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "husky": "^7.0.4",
    "rollup-plugin-analyzer": "^4.0.0",
    "size-limit": "^6.0.3",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^1.9.5",
    "lodash": "^4.17.21",
    "nanoid": "3",
    "uuid": "^9.0.0"
  }
}
