humus/packages/farm/package.json
2023-12-01 00:27:39 -06:00

43 lines
903 B
JSON

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