Files

30 lines
772 B
JSON
Raw Permalink Normal View History

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