{
  "name": "@foxpage/foxpage-manager",
  "version": "1.3.13",
  "description": "foxpage resource manager",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc --project tsconfig.prod.json",
    "build:npm": "npm run build -- --skipLibCheck",
    "clean": "rimraf lib"
  },
  "keywords": [
    "foxpage",
    "foxpage-manager",
    "resource",
    "manager"
  ],
  "author": "drxiao",
  "license": "MIT",
  "dependencies": {
    "@foxpage/foxpage-core": "^1.0.0",
    "@foxpage/foxpage-plugin": "^1.0.0",
    "@foxpage/foxpage-shared": "^1.0.0",
    "axios": "^0.21.1",
    "fs-extra": "^7.0.1",
    "globby": "^9.2.0",
    "json5": "^2.1.0",
    "lodash": "^4.17.11",
    "lru-cache": "^6.0.0"
  },
  "devDependencies": {
    "@foxpage/foxpage-types": "^1.0.0",
    "@types/fs-extra": "^5.0.4",
    "@types/json5": "0.0.30",
    "@types/lodash": "^4.14.123",
    "@types/lru-cache": "^5.1.1",
    "jest-mock-axios": "4.5.0",
    "rimraf": "^2.6.3",
    "typescript": "^4.5.5"
  },
  "files": [
    "lib/**"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}
