-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 793 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@layoutit/voxcss-monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.32.1",
"description": "CSS-based voxel rendering engine monorepo.",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LayoutitStudio/voxcss.git"
},
"bugs": {
"url": "https://github.com/LayoutitStudio/voxcss/issues"
},
"homepage": "https://github.com/LayoutitStudio/voxcss#readme",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r --if-present test",
"test:coverage": "pnpm -r --if-present test:coverage",
"publish:all": "pnpm -r publish --access public"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"devDependencies": {
"playwright": "^1.58.2"
}
}