humus/packages/universe/package.json
2022-03-22 01:06:01 -05:00

60 lines
1.3 KiB
JSON

{
"name": "@humus/universe",
"version": "2.0.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/graphics": "^3.0.0",
"@avocado/input": "^3.0.0",
"@avocado/math": "^3.0.0",
"@avocado/react": "^3.0.0",
"@avocado/resource": "^3.0.0",
"@avocado/s13n": "^3.0.0",
"@avocado/timing": "^3.0.0",
"@avocado/topdown": "^3.0.0",
"@avocado/traits": "^3.0.0",
"@flecks/core": "^1.4.1",
"@flecks/react": "^1.4.1",
"@flecks/redux": "^1.4.1",
"@flecks/socket": "^1.4.1",
"@humus/app": "^2.0.0",
"@humus/inventory": "^2.0.0",
"@humus/scss": "^2.0.0",
"debug": "4.3.1",
"express": "^4.17.1",
"glob": "^7.1.6"
},
"devDependencies": {
"@flecks/fleck": "^1.4.1"
}
}