2016-05-10 23:23:33 +07:00
|
|
|
{
|
2026-09-08 19:55:20 +02:00
|
|
|
"name": "@uhhm/buuh-monorepo",
|
2026-09-08 15:59:26 +02:00
|
|
|
"private": true,
|
2026-09-08 21:35:15 +02:00
|
|
|
"version": "8.0.0",
|
2026-09-08 19:55:20 +02:00
|
|
|
"description": "Monorepo for buuh \u2014 a friendly fork of choo, rebuilt for the modern platform",
|
2026-09-08 15:59:26 +02:00
|
|
|
"type": "module",
|
|
|
|
|
"workspaces": [
|
|
|
|
|
"packages/*"
|
2017-07-27 02:30:48 +09:00
|
|
|
],
|
2026-09-08 15:59:26 +02:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=24"
|
2018-04-04 12:29:01 +02:00
|
|
|
},
|
2016-05-10 23:23:33 +07:00
|
|
|
"scripts": {
|
2026-09-08 21:46:42 +02:00
|
|
|
"test": "node --test packages/*/test/*.test.js",
|
|
|
|
|
"test:e2e": "node --test test/e2e/*.test.js",
|
2026-09-08 17:59:53 +02:00
|
|
|
"bench": "node bench/render.js",
|
2026-09-08 19:39:25 +02:00
|
|
|
"bench:browser": "node bench/real-browser.js",
|
2026-09-08 19:55:20 +02:00
|
|
|
"size": "node scripts/size.js",
|
|
|
|
|
"bundle": "node scripts/bundle.js"
|
2016-05-10 23:23:33 +07:00
|
|
|
},
|
2026-09-08 19:55:20 +02:00
|
|
|
"repository": "https://project.uhhm.no/uhhm/buuh",
|
2026-09-08 16:56:53 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2026-09-08 17:57:27 +02:00
|
|
|
"happy-dom": "^20.14.0",
|
2026-09-08 17:59:53 +02:00
|
|
|
"nanohtml": "^1.10.0",
|
|
|
|
|
"playwright": "^1.63.0",
|
|
|
|
|
"uhtml": "^5.0.9"
|
2026-09-08 16:56:53 +02:00
|
|
|
}
|
2016-05-10 23:23:33 +07:00
|
|
|
}
|