-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.06 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.06 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
{
"name": "@thechristophe/openapi-typebox",
"version": "0.0.12",
"bin": "dist/src/client-cli.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/thechristophe/openapi-typebox.git"
},
"author": "Christophe",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/thechristophe/openapi-typebox/issues"
},
"homepage": "https://github.com/thechristophe/openapi-typebox#readme",
"scripts": {
"build": "tsc --project tsconfig.build.json && pnpm copy-files",
"copy-files": "copyfiles -f src/output/* ./dist/src/output/",
"clean": "rimraf dist/",
"prepublishOnly": "pnpm clean && pnpm build",
"lint": "eslint src",
"lint:export": "eslint --output-file eslint_report.json --format json src",
"lint:formatting": "prettier --check .",
"lint:types": "tsc --noEmit",
"cli": "node ./dist/src/client-cli.js"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@types/copyfiles": "^2.4.4",
"@types/eslint__eslintrc": "^2.1.2",
"@types/eslint__js": "^8.42.3",
"copyfiles": "^2.4.1",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unused-imports": "^3.2.0",
"rimraf": "^6.1.2",
"typescript-eslint": "^8.54.0"
},
"dependencies": {
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.23",
"@types/node": "^20.19.31",
"@types/triple-beam": "^1.3.5",
"eslint": "^9.39.2",
"lodash": "^4.17.23",
"meow": "^13.2.0",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"triple-beam": "^1.4.1",
"typebox": "^1.0.81",
"typescript": "^5.9.3",
"winston": "^3.19.0",
"yaml": "^2.8.2"
},
"type": "module",
"files": [
"dist/",
"README.md"
],
"packageManager": "pnpm@10.2.0+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001"
}