humus/packages/universe/package.json
2023-11-30 17:04:09 -06:00

55 lines
1.1 KiB
JSON

{
"name": "@humus/universe",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
"directory": "packages/universe"
},
"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": [
"assets",
"build",
"client.js",
"client.js.map",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"server.js",
"server.js.map",
"src",
"test",
"test.js",
"test.js.map"
],
"dependencies": {
"@avocado/filters": "^3.0.0",
"@avocado/math": "^3.0.0",
"@avocado/resource": "^3.0.0",
"@avocado/s13n": "^3.0.0",
"@avocado/timing": "^3.0.0",
"@avocado/traits": "^3.0.0",
"@flecks/core": "^2.0.0",
"@flecks/react": "^2.0.0",
"@flecks/redux": "^2.0.0",
"@flecks/socket": "^2.0.0",
"@humus/app": "^2.0.0",
"debug": "4.3.1",
"express": "^4.17.1",
"glob": "^7.1.6"
},
"devDependencies": {
"@flecks/fleck": "^2.0.0"
}
}