{
  "name": "@tugraph/plugin-acl",
  "version": "0.0.15",
  "description": "",
  "license": "Apache-2.0",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "dependencies": {
    "@nocobase/acl": "0.9.4-alpha.2",
    "@tugraph/database": "^0.0.4",
    "@tugraph/plugin-users": "^0.0.14",
    "@tugraph/openpiece-server": "^0.0.13"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/baizn/nocobase.git",
    "directory": "packages/plugins/acl"
  },
  "publishConfig": {
    "access": "public"
  }
}
