-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 2.08 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 2.08 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
{
"name": "project",
"type": "module",
"version": "0.3.3",
"private": true,
"slug": "cardealerdp",
"title": "Cardealer DP",
"description": "Cardealer DP (Car Dealer Data Package) is a data exchange format that helps car dealerships share their car listings. It is developed on top of the Data Package standard",
"repository": "https://github.com/frictionlessdata/cardealerdp",
"homepage": "https://frictionlessdata.github.io/cardealerdp",
"author": "Evgeny Karev",
"engines": {
"node": "^24.0.0",
"pnpm": "^10.0.0"
},
"scripts": {
"bump": "ncu -ws -u",
"build:py": "uv --directory sdk-py build",
"build:ts": "pnpm -r build",
"clean": "npkill -D -x -y -nu && rm pnpm-lock.yaml",
"configure": "node @configure.ts",
"generate": "node @generate.ts",
"format": "biome check --write",
"install:ci": "pnpm install --ignore-scripts",
"lint": "biome check",
"prepare": "husky",
"publish:py": "uv --directory sdk-py publish",
"publish:ts": "pnpm -r publish --access public --ignore-scripts --no-git-checks",
"start": "pnpm -F extension start",
"test": "pnpm lint && pnpm type",
"type": "tsc --noEmit",
"version:py": "uv --directory sdk-py version",
"version:ts": "pnpm --include-workspace-root -r exec pnpm version --no-git-tag-version"
},
"devDependencies": {
"@adobe/jsonschema2md": "8.0.6",
"@biomejs/biome": "2.2.5",
"@clack/prompts": "0.11.0",
"@semantic-release/exec": "7.1.0",
"@types/node": "24.5.2",
"conventional-changelog-conventionalcommits": "9.1.0",
"dpkit": "2.0.0",
"execa": "9.6.0",
"husky": "9.1.7",
"json-schema-doc-ts": "2.0.0",
"json-schema-to-typescript": "15.0.4",
"npkill": "0.12.2",
"npm-check-updates": "18.0.1",
"picocolors": "1.1.1",
"remark": "15.0.1",
"replace-in-file": "8.3.0",
"semantic-release": "24.2.9",
"smol-toml": "1.4.2",
"typescript": "5.9.2"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}