humus/packages/farm/package.json
2024-02-08 15:39:54 -06:00

37 lines
822 B
JSON

{
"name": "@humus/farm",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
"directory": "packages/farm"
},
"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"
],
"dependencies": {
"@avocado/behavior": "^4.0.0",
"@avocado/core": "^4.0.0",
"@avocado/graphics": "^4.0.0",
"@avocado/math": "^4.0.0",
"@avocado/timing": "^4.0.0",
"@avocado/traits": "^4.0.0",
"@flecks/core": "^4.0.0",
"@flecks/socket": "^4.0.0",
"debug": "4.3.1"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
}
}