{
  "name": "ts-ui-editor",
  "version": "1.0.24",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest --verbose",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lanzz1994/ts-ui-editor.git"
  },
  "keywords": [
    "typescript",
    "tool"
  ],
  "author": "Lanzz1994",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Lanzz1994/ts-ui-editor/issues"
  },
  "homepage": "https://github.com/Lanzz1994/ts-ui-editor#readme",
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/jest": "^26.0.9",
    "@types/node": "^14.0.27",
    "debug": "^4.1.1",
    "jest": "^26.3.0",
    "ts-jest": "^26.1.4",
    "ts-node": "^8.10.2",
    "tslib": "^2.0.1",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@types/lodash": "^4.14.159",
    "cssparser": "^0.9.4",
    "inversify": "^5.0.1",
    "lodash": "^4.17.19",
    "reflect-metadata": "^0.1.13",
    "ts-toolset": "^1.1.40"
  },
  "jest": {
    "rootDir": "tests",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "*.ts",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
