-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 908 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": "estreuv-monorepo",
"version": "0.0.0",
"description": "EstreUV.js monorepo — micro-Rimwork (Lit class primitive), sister to EstreUI.js macro-Rimwork",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"test": "npm run test --workspace=packages/estreuv",
"measure": "npm run measure --workspace=packages/estreuv",
"dev": "npm run dev --workspace=packages/playground",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.0"
},
"author": "SoliEstre",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SoliEstre/EstreUV.js.git"
},
"homepage": "https://github.com/SoliEstre/EstreUV.js#readme",
"bugs": {
"url": "https://github.com/SoliEstre/EstreUV.js/issues"
}
}