37 lines
822 B
JSON
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": "^3.1.3",
|
|
"@flecks/socket": "^3.1.3",
|
|
"debug": "4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@flecks/build": "^3.1.3",
|
|
"@flecks/fleck": "^3.1.3"
|
|
}
|
|
}
|