-
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) · 842 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 842 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": "@letstimeit/chromehead-extensions",
"version": "0.0.1",
"license": "UNLICENSED",
"private": true,
"scripts": {
"start": "bazel run //pkgs/app:run",
"build": "bazel build --verbose_failures --sandbox_debug //...",
"test": "bazel test //..."
},
"workspaces": {
"packages": [
"./pkgs/*"
]
},
"devDependencies": {
"@bazel/bazelisk": "1.12.0",
"@bazel/buildifier": "5.1.0",
"@bazel/ibazel": "0.16.2",
"@bazel/rollup": "5.8.1",
"@bazel/terser": "5.8.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "28.1.6",
"jest": "28.1.3",
"rollup": "2.77.2",
"terser": "5.8.0",
"ts-jest": "28.0.7",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}