avocado/packages/topdown/package.json
2021-03-23 15:15:02 -05:00

40 lines
906 B
JSON

{
"name": "@avocado/topdown",
"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/fixtures/test.png",
"test/fixtures/test.tileset.json",
"test.js",
"test.js.map"
],
"dependencies": {
"@avocado/core": "2.0.0",
"@avocado/entity": "^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/react": "^2.0.0",
"@latus/socket": "^2.0.0",
"debug": "4.3.1"
},
"devDependencies": {
"@latus/build": "1.x",
"source-map-support": "0.5.19"
}
}