{ "name": "@humus/farm", "version": "2.0.0", "repository": { "type": "git", "url": "https://git.hq.cha0s.io/cha0s/humus.git", "directory": "packages/farm" }, "main": "index.js", "author": "cha0s", "license": "MIT", "scripts": { "build": "flecks build", "clean": "flecks clean", "lint": "flecks lint", "postversion": "cp package.json dist", "test": "flecks test" }, "files": [ "build", "index.js", "index.js.map", "src", "test", "test.js", "test.js.map" ], "dependencies": { "@avocado/behavior": "^3.0.0", "@avocado/core": "^3.0.0", "@avocado/graphics": "^3.0.0", "@avocado/math": "^3.0.0", "@avocado/timing": "^3.0.0", "@avocado/traits": "^3.0.0", "@flecks/core": "^1.3.0", "@flecks/socket": "^1.3.0", "debug": "4.3.1" }, "devDependencies": { "@flecks/fleck": "^1.3.0" } }