humus/packages/inventory/package.json
2022-05-04 03:47:36 -05:00

41 lines
847 B
JSON

{
"name": "@humus/inventory",
"version": "2.0.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": [
"build",
"index.js",
"index.js.map",
"src",
"test",
"test.js",
"test.js.map"
],
"dependencies": {
"@avocado/behavior": "^3.0.0",
"@avocado/timing": "^3.0.0",
"@avocado/traits": "^3.0.0",
"@flecks/core": "^1.4.1",
"@flecks/react": "^1.4.1",
"@flecks/socket": "^1.4.1",
"debug": "4.3.1"
},
"devDependencies": {
"@flecks/fleck": "^1.4.1"
}
}