humus/packages/farm/package.json

37 lines
822 B
JSON
Raw Permalink Normal View History

2021-01-21 08:17:49 -06:00
{
"name": "@humus/farm",
2024-01-19 00:15:57 -06:00
"version": "4.0.0",
2022-03-13 08:18:14 -05:00
"repository": {
"type": "git",
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
"directory": "packages/farm"
},
2021-01-21 08:17:49 -06:00
"author": "cha0s",
"license": "MIT",
"scripts": {
2022-03-13 08:18:14 -05:00
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
2021-01-21 08:17:49 -06:00
},
"files": [
2024-01-13 07:45:14 -06:00
"index.js"
2021-01-21 08:17:49 -06:00
],
"dependencies": {
2024-01-19 00:15:57 -06:00
"@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",
2024-02-08 15:39:54 -06:00
"@flecks/core": "^4.0.0",
"@flecks/socket": "^4.0.0",
2021-01-21 08:17:49 -06:00
"debug": "4.3.1"
},
"devDependencies": {
2024-02-08 15:39:54 -06:00
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
2021-01-21 08:17:49 -06:00
}
}