{
  "name": "@strapi/typescript-utils",
  "version": "4.13.6",
  "description": "Typescript support for Strapi",
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git",
    "directory": "packages/utils/typescript"
  },
  "keywords": [
    "strapi",
    "generators"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "main": "./lib/index.js",
  "types": "index.d.ts",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "lint": "run -T eslint .",
    "test": "run -T jest",
    "test:watch": "run -T jest --watch"
  },
  "dependencies": {
    "chalk": "4.1.2",
    "cli-table3": "0.6.2",
    "fs-extra": "10.0.0",
    "lodash": "4.17.21",
    "prettier": "2.8.4",
    "typescript": "5.2.2"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "d44586fa075f638f1953bda9623a985c7060e2ad"
}
