@openai/create-sites
Advanced tools
+8
-9
| { | ||
| "name": "@openai/create-sites", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "Create ChatGPT Sites projects.", | ||
@@ -23,9 +23,2 @@ "license": "MIT", | ||
| }, | ||
| "scripts": { | ||
| "build": "tsc -p tsconfig.json", | ||
| "prepack": "pnpm run build", | ||
| "pretest": "pnpm run build", | ||
| "test": "vitest run", | ||
| "typecheck": "tsc --noEmit -p tsconfig.test.json" | ||
| }, | ||
| "engines": { | ||
@@ -38,3 +31,9 @@ "node": ">=22.13.0" | ||
| "tinyexec": "1.2.2" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsc -p tsconfig.json", | ||
| "pretest": "pnpm run build", | ||
| "test": "vitest run", | ||
| "typecheck": "tsc --noEmit -p tsconfig.test.json" | ||
| } | ||
| } | ||
| } |
32416
-0.1%