{ "name": "@avocado/entity", "version": "2.0.0", "main": "index.js", "author": "cha0s", "license": "MIT", "scripts": { "build": "latus-build", "clean": "latus-build clean", "fp": "latus-build forcepublish", "lint": "latus-build lint", "test": "latus-build test" }, "files": [ "index.js", "index.js.map", "test.js", "test.js.map" ], "dependencies": { "@avocado/behavior": "2.0.0", "@avocado/core": "2.0.0", "@avocado/graphics": "^2.0.0", "@avocado/math": "2.0.0", "@avocado/resource": "2.0.0", "@avocado/s13n": "2.0.0", "@avocado/timing": "2.0.0", "@avocado/traits": "^2.0.0", "@latus/core": "2.0.0", "@latus/socket": "2.0.0", "autoprefixer": "^9.8.6", "debug": "4.3.1", "deepmerge": "^4.2.2", "lodash.without": "^4.4.0" }, "devDependencies": { "@latus/build": "1.x", "source-map-support": "0.5.19" } }