humus/packages/bootstrap/package.json

32 lines
600 B
JSON
Raw Normal View History

2022-04-05 13:15:25 -05:00
{
"name": "@humus/bootstrap",
2023-11-26 12:30:54 -06:00
"version": "3.0.0",
2022-04-05 13:15:25 -05:00
"repository": {
"type": "git",
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
"directory": "packages/bootstrap"
},
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [
"build",
"server.js",
"server.js.map",
"src",
"test",
"test.js",
"test.js.map"
],
"dependencies": {
2023-12-01 00:27:39 -06:00
"@flecks/core": "^2.0.3"
2022-04-05 13:15:25 -05:00
},
"devDependencies": {
2023-12-01 00:27:39 -06:00
"@flecks/fleck": "^2.0.3"
2022-04-05 13:15:25 -05:00
}
}