avocado/packages/entity/package.json
2021-07-07 09:28:55 -05:00

38 lines
830 B
JSON

{
"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/traits": "^2.0.0",
"@latus/core": "2.0.0",
"@latus/socket": "2.0.0",
"debug": "4.3.1",
"deepmerge": "^4.2.2",
"lodash.without": "^4.4.0"
},
"devDependencies": {
"@latus/build": "1.x"
}
}