node-dalle2
Version:
Nodejs library for interacting with OpenAI's Dalle-2 AI
47 lines • 898 B
JSON
{
"name": "node-dalle2",
"version": "1.2.1",
"description": "Nodejs library for interacting with OpenAI's Dalle-2 AI",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"package.json",
"package-lock.json",
"LICENSE",
"README.md"
],
"scripts": {
"watch": "tsc -w",
"build": "tsc",
"start:prod": "node ./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/JoshHyde9/node-dalle2.git"
},
"keywords": [
"nodejs",
"javascript",
"typescript",
"types",
"openai",
"openai-api",
"dall-e",
"dalle",
"dalle2",
"dalle-nodejs",
"dalle2-api",
"dall-e-2-api",
"node-dalle2",
"api",
"node"
],
"author": "Josh Hyde",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.6.2",
"typescript": "^4.7.4"
}
}