2021-01-21 08:17:49 -06:00
|
|
|
{
|
|
|
|
"name": "@humus/farm",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "cha0s",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2021-03-20 10:49:08 -05:00
|
|
|
"build": "latus-build",
|
|
|
|
"clean": "latus-build clean",
|
|
|
|
"fp": "latus-build forcepublish",
|
|
|
|
"lint": "latus-build lint",
|
|
|
|
"test": "latus-build test"
|
2021-01-21 08:17:49 -06:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"index.js.map",
|
|
|
|
"test.js",
|
|
|
|
"test.js.map"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"@avocado/behavior": "^2.0.0",
|
|
|
|
"@avocado/core": "^2.0.0",
|
|
|
|
"@avocado/graphics": "^2.0.0",
|
|
|
|
"@avocado/math": "^2.0.0",
|
2021-02-06 06:02:05 -06:00
|
|
|
"@avocado/timing": "^2.0.0",
|
2021-01-21 08:17:49 -06:00
|
|
|
"@avocado/traits": "^2.0.0",
|
|
|
|
"@latus/core": "^2.0.0",
|
|
|
|
"@latus/socket": "^2.0.0",
|
|
|
|
"debug": "4.3.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-20 10:49:08 -05:00
|
|
|
"@latus/build": "1.x",
|
|
|
|
"source-map-support": "0.5.19"
|
2021-01-21 08:17:49 -06:00
|
|
|
}
|
|
|
|
}
|