35 lines
757 B
JSON
35 lines
757 B
JSON
{
|
|
"name": "@humus/inventory",
|
|
"version": "2.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
|
"directory": "packages/inventory"
|
|
},
|
|
"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": [
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"@avocado/behavior": "^3.0.0",
|
|
"@avocado/timing": "^3.0.0",
|
|
"@avocado/traits": "^3.0.0",
|
|
"@flecks/core": "^2.0.3",
|
|
"@flecks/react": "^2.0.3",
|
|
"@flecks/socket": "^2.0.3",
|
|
"debug": "4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@flecks/fleck": "^2.0.3"
|
|
}
|
|
}
|