{
  "name": "owd-path-builder",
  "version": "2.0.2",
  "description": "a tool to build svg path data",
  "main": "./dist/lib/index.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "ttsc",
    "clean": "rm -rf ./dist",
    "prepare": "npm run test && npm run clean && npm run build",
    "test": "NODE_ENV=test jest",
    "test:watch": "NODE_ENV=test jest --watch --coverage --coverage-reporters=lcov",
    "lint": "eslint ./src",
    "lint:fix": "Eslint ./src --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/owlsdepartment/owd-path-builder.git"
  },
  "keywords": [
    "svg",
    "path",
    "builder",
    "typescript",
    "owlsdepartment"
  ],
  "author": "Jakub Przyborowski",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/owlsdepartment/owd-path-builder/issues"
  },
  "homepage": "https://github.com/owlsdepartment/owd-path-builder#readme",
  "devDependencies": {
    "@types/jest": "^29.5.1",
    "@typescript-eslint/eslint-plugin": "^5.59.2",
    "@typescript-eslint/parser": "^5.59.2",
    "eslint": "^8.40.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-jest": "^27.2.1",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "ts-patch": "2.1.0",
    "ttypescript": "^1.5.12",
    "typescript": "^4.9.5",
    "typescript-transform-paths": "^2.2.3"
  },
  "dependencies": {
    "eslint-plugin-import": "^2.22.1"
  }
}
