humus/packages/universe/package.json
2024-02-08 15:39:54 -06:00

43 lines
979 B
JSON

{
"name": "@humus/universe",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
"directory": "packages/universe"
},
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [
"client.js",
"index.js",
"server.js"
],
"dependencies": {
"@avocado/filters": "^4.0.0",
"@avocado/math": "^4.0.0",
"@avocado/resource": "^4.0.0",
"@avocado/s13n": "^4.0.0",
"@avocado/timing": "^4.0.0",
"@avocado/traits": "^4.0.0",
"@flecks/core": "^4.0.0",
"@flecks/react": "^4.0.0",
"@flecks/redux": "^4.0.0",
"@flecks/socket": "^4.0.0",
"@humus/app": "^4.0.0",
"debug": "4.3.1",
"express": "^4.17.1"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
}
}