-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 5.3 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 5.3 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"private": true,
"version": "0.0.1",
"license": "MIT",
"name": "malloy",
"workspaces": {
"packages": [
"packages/malloy-interfaces",
"packages/malloy-tag",
"packages/malloy-filter",
"packages/malloy-query-builder",
"packages/malloy",
"packages/malloy-db-bigquery",
"packages/malloy-db-trino",
"packages/malloy-db-duckdb",
"packages/malloy-db-mysql",
"packages/malloy-db-databricks",
"packages/malloy-db-postgres",
"packages/malloy-db-snowflake",
"packages/malloy-db-publisher",
"packages/malloy-connections",
"packages/malloy-malloy-sql",
"packages/malloy-render",
"packages/malloy-render-validator",
"packages/malloy-syntax-highlight",
"test",
"profiler"
]
},
"files": [
"samples"
],
"engines": {
"node": ">=20",
"npm": ">=9"
},
"scripts": {
"clean": "npm run -ws clean",
"codegen": "npm run -w packages/malloy -w packages/malloy-filter -w packages/malloy-malloy-sql codegen",
"dev": "npm run -ws --if-present dev",
"build": "npm run -ws build",
"watch": "tsc --watch",
"lint": "gts lint",
"lint-fix": "gts fix",
"test": "echo 'npm run test' not supported, see test/README.md for details ; exit 1",
"test-publisher": "MALLOY_DATABASE=publisher jest",
"test-duckdb": "MALLOY_DATABASE=duckdb JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects malloy-core malloy-render db-all db-duckdb db-duckdb-core --reporters jest-silent-reporter summary",
"test-mssql-via-duckdb": "MALLOY_DATABASE=mssql_via_duckdb JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all --reporters jest-silent-reporter summary",
"ci-core": "JEST_SILENT_REPORTER_SHOW_PATHS=true jest --reporters --selectProjects malloy-core malloy-render --reporters jest-silent-reporter summary --runInBand",
"ci-bigquery": "MALLOY_DATABASE=bigquery JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all db-bigquery --reporters jest-silent-reporter summary",
"ci-duckdb-wasm": "MALLOY_DATABASE=duckdb_wasm JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all db-duckdb --reporters jest-silent-reporter summary --runInBand",
"ci-duckdb": "MALLOY_DATABASE=duckdb JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all db-duckdb db-duckdb-core --reporters jest-silent-reporter summary",
"ci-motherduck": "MALLOY_DATABASE=motherduck JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all db-duckdb --reporters jest-silent-reporter summary",
"ci-databricks": "MALLOY_DATABASE=databricks JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all db-databricks --reporters jest-silent-reporter summary",
"ci-mysql": "MALLOY_DATABASE=mysql JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all db-mysql --reporters jest-silent-reporter summary",
"ci-postgres": "MALLOY_DATABASE=postgres JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all db-postgres --reporters jest-silent-reporter summary",
"ci-presto": "MALLOY_DATABASE=presto JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all db-presto-trino --reporters jest-silent-reporter summary",
"ci-publisher": "MALLOY_DATABASE=publisher JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-publisher --reporters jest-silent-reporter summary",
"ci-snowflake": "MALLOY_DATABASE=snowflake JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all db-snowflake --reporters jest-silent-reporter summary",
"ci-trino": "MALLOY_DATABASE=trino JEST_SILENT_REPORTER_SHOW_PATHS=true jest --selectProjects db-all db-presto-trino --reporters jest-silent-reporter summary",
"test-deps": "npm run build && npx jest -t dependencies",
"third-party-licenses": "ts-node scripts/third_party_licenses",
"profile": "ts-node scripts/profiler",
"malloyc": "ts-node scripts/malloy-to-json",
"build-duckdb-db": "ts-node scripts/build_duckdb_test_database",
"ping-db": "ts-node ./test/bin/ping_db.ts"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/preset-env": "^7.23.2",
"@jest/globals": "^26.6.2",
"@malloydata/db-bigquery": "*",
"@malloydata/db-mysql": "*",
"@malloydata/malloy": "*",
"@malloydata/motly-ts-parser": "^0.7.1",
"@malloydata/render": "*",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.0.3",
"@types/jest-expect-message": "^1.0.3",
"@types/node": "^20.14.8",
"@types/uuid": "^8.3.2",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"axios": "^1.12.0",
"babel-jest": "^29.3.1",
"cross-os": "^1.5.0",
"csv-stringify": "^5.6.5",
"dotenv-cli": "^6.0.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"flow-api-translator": "^0.26.0",
"fs-extra": "^10.1.0",
"gts": "^5.0.1",
"jest": "^29.0.3",
"jest-diff": "^27.0.6",
"jest-environment-jsdom": "^30.0.2",
"jest-expect-message": "^1.1.3",
"jest-silent-reporter": "^0.5.0",
"lerna": "^8.2.2",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.8.3",
"unified": "^10.1.2",
"uuid": "^8.3.2",
"yargs": "^17.7.2"
},
"dependencies": {
}
}