forked from duckdb/duckdb-wasm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 760 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"repository": {
"type": "git",
"url": "https://github.com/duckdb/duckdb-wasm.git"
},
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"lint:fix": "yarn workspace @duckdb/duckdb-wasm lint --fix && yarn workspace @duckdb/benchmarks lint --fix && yarn workspace @duckdb/duckdb-wasm-shell lint --fix",
"docs": "yarn workspace @duckdb/duckdb-wasm docs",
"benchmarks:build:browser": "yarn workspace @duckdb/benchmarks build:browser",
"benchmarks:build:node": "yarn workspace @duckdb/benchmarks build:node",
"benchmarks:build": "yarn workspace @duckdb/benchmarks build"
},
"devDependencies": {
"badge-maker": "^3.3.1"
}
}