-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "@ucdjs/data-pipelines",
"version": "0.0.0",
"private": true,
"homepage": "https://github.com/ucdjs/ucd-pipelines",
"bugs": {
"url": "https://github.com/ucdjs/ucd-pipelines/issues"
},
"license": "MIT",
"author": {
"name": "Lucas Nørgaard",
"email": "lucasnrgaard@gmail.com",
"url": "https://luxass.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucdjs/ucd-pipelines.git"
},
"type": "module",
"imports": {
"#sources/*": "./sources/*.source.ts",
"#routes/*": "./routes/*.route.ts"
},
"scripts": {
"pipelines:list": "ucd pipelines list --cwd .",
"pipelines:run": "ucd pipelines run --cwd .",
"pipelines:run:ui": "ucd pipelines run --cwd . --ui",
"typecheck": "tsc --noEmit",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint ."
},
"dependencies": {
"@ucdjs/pipelines-core": "catalog:pipelines"
},
"devDependencies": {
"@types/node": "catalog:types",
"@ucdjs/cli": "catalog:pipelines",
"oxfmt": "catalog:dev",
"oxlint": "catalog:dev",
"oxlint-tsgolint": "catalog:dev",
"typescript": "catalog:dev"
},
"engines": {
"node": ">=24.13"
},
"packageManager": "pnpm@10.29.3"
}