{
  "name": "@atlasrender/render-plugin",
  "version": "0.1.2",
  "main": "index.ts",
  "private": false,
  "license": "MIT",
  "description": "Atlas Render Farm Manager plugin system.",
  "keywords": [
    "atlas",
    "rendering",
    "manager",
    "automation",
    "plugin-syustem",
    "3d-graphics",
    "2d-graphics",
    "cgi",
    "visualization"
  ],
  "author": {
    "name": "Andrieiev Danil",
    "url": "https://github.com/DanilAndreev",
    "email": "danssg08@gmail.com"
  },
  "bugs": {
    "email": "atlas.render.farm@gmail.com",
    "url": "https://github.com/AtlasRender/atlas-render-plugin/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AtlasRender/atlas-render-plugin.git"
  },
  "scripts": {
    "start": "ts-node",
    "test": "jest --detectOpenHandles",
    "build": "tsc"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.12.1",
    "@types/jest": "^26.0.15",
    "@types/lodash": "^4.14.165",
    "@types/node": "^14.14.7",
    "jest": "^26.6.3",
    "lodash": "^4.17.20",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.5"
  },
  "peerDependencies": {
    "lodash": "^4.17.20"
  },
  "dependencies": {}
}
