-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 768 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
{
"name": "reactively-root",
"version": "0.0.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"bench-shallow": "node --allow-natives-syntax benches/bench.js",
"bench-grid": "node --allow-natives-syntax benches/grid.js",
"bench": "pnpm --filter \"reactively-bench\" bench",
"build:types": "pnpm --filter core --filter decorate --filter lit build:types",
"build": "pnpm --filter core --filter decorate --filter lit build",
"test": "pnpm --filter \"reactively-test\" test",
"component-test": "pnpm --filter \"cypress-test\" component-test"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.16.12",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
}
}