@creativebuilds/json-generator
Version:
Generate structured JSON objects from text input using OpenRouter
32 lines (31 loc) • 666 B
JSON
{
"name": "@creativebuilds/json-generator",
"version": "1.0.1",
"description": "Generate structured JSON objects from text input using OpenRouter",
"main": "src/index.js",
"type": "module",
"scripts": {
"build": "rm -rf dist && mkdir dist && cp src/*.js dist/",
"test": "node --test test/*.test.js",
"start": "node example.js"
},
"keywords": [
"openrouter",
"ai",
"json",
"generator",
"text-to-json"
],
"author": "CreativeBuilds",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"dotenv": "^16.4.5"
}
}