avocado/packages/physics/package.json
2024-01-19 00:16:05 -06:00

46 lines
1.1 KiB
JSON

{
"name": "@avocado/physics",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://git.hq.cha0s.io/cha0s/avocado.git",
"directory": "packages/physics"
},
"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": [
"index.js",
"persea.js"
],
"dependencies": {
"@avocado/core": "^4.0.0",
"@avocado/entity": "^4.0.0",
"@avocado/graphics": "^4.0.0",
"@avocado/math": "^4.0.0",
"@avocado/react": "^4.0.0",
"@avocado/resource": "^4.0.0",
"@avocado/timing": "^4.0.0",
"@avocado/traits": "^4.0.0",
"@flecks/core": "^3.0.0",
"@flecks/react": "^3.0.0",
"@flecks/socket": "^3.0.0",
"deepmerge": "^4.2.2",
"immutable": "^4.0.0-rc.12",
"kefir": "^3.8.8",
"matter-js": "^0.16.1",
"poly-decomp": "^0.3.0",
"proton-engine": "^5.2.7"
},
"devDependencies": {
"@flecks/fleck": "^3.0.0"
}
}