New:Socket for Asana Is Now Available.Learn more
Sign In

@openai/create-sites

Package Overview
Dependencies
Maintainers
17
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openai/create-sites - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+8
-9
package.json
{
"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"
}
}
}