Moved files into package.json project setup

This commit is contained in:
JasonLandbridge
2024-08-30 10:10:26 +02:00
parent 89547c8bcc
commit 8a90da8192
85 changed files with 5 additions and 10442 deletions

4
.gitignore vendored
View File

@@ -1,4 +1,4 @@
output .idea
.spectral.mjs .spectral.mjs
node_modules node_modules
.idea output

View File

@@ -4,11 +4,11 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"bundle": "swagger-cli bundle --dereference ../pms-spec.yaml -t yaml -o ../plex-media-server-spec-dereferenced.yaml", "build": "swagger-cli bundle --dereference ./src/pms-spec.yaml -t yaml -o ./output/plex-media-server-spec-dereferenced.yaml",
"test": "bun run bundle && vitest --run", "test": "bun run bundle && vitest --run",
"setup-speakeasy-cli": "curl -fsSL https://raw.githubusercontent.com/speakeasy-api/speakeasy/main/install.sh | sh", "setup-speakeasy-cli": "curl -fsSL https://raw.githubusercontent.com/speakeasy-api/speakeasy/main/install.sh | sh",
"lint": "speakeasy lint openapi -s ../pms-spec.yaml", "lint": "speakeasy lint openapi -s ./src/pms-spec.yaml",
"lint-bundled": "bun run bundle && speakeasy lint openapi -s ../plex-media-server-spec-dereferenced.yaml" "lint-bundled": "bun run bundle && speakeasy lint openapi -s ./output/plex-media-server-spec-dereferenced.yaml"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",

File diff suppressed because it is too large Load Diff