avocado/packages/topdown/package.json

38 lines
848 B
JSON
Raw Normal View History

2020-12-31 18:35:06 -06:00
{
"name": "@avocado/topdown",
"version": "2.0.0",
"main": "index.js",
"author": "cha0s",
"license": "MIT",
"scripts": {
2021-03-20 08:20:30 -05:00
"build": "latus-build",
"clean": "latus-build clean",
"fp": "latus-build forcepublish",
"lint": "latus-build lint",
"test": "latus-build test"
2020-12-31 18:35:06 -06:00
},
"files": [
"index.js",
2021-01-05 02:47:30 -06:00
"index.js.map",
"test/fixtures/test.png",
"test/fixtures/test.tileset.json",
"test.js",
"test.js.map"
2020-12-31 18:35:06 -06:00
],
"dependencies": {
"@avocado/core": "2.0.0",
2021-01-02 22:01:57 -06:00
"@avocado/entity": "^2.0.0",
2020-12-31 18:35:06 -06:00
"@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",
2021-03-23 15:14:54 -05:00
"@latus/react": "^2.0.0",
2021-07-07 09:28:55 -05:00
"@latus/socket": "^2.0.0"
2020-12-31 18:35:06 -06:00
},
"devDependencies": {
2021-07-07 09:28:55 -05:00
"@latus/build": "1.x"
2020-12-31 18:35:06 -06:00
}
}