{
    "name": "@samarium.sdk/new",
    "version": "0.30.2",
    "main": "bin/samarium",
    "type": "module",
    "repository": {
        "type": "git",
        "url": "https://github.com/liontariai/samarium",
        "directory": "packages/new"
    },
    "keywords": [
        "graphql",
        "typescript",
        "compiler",
        "api",
        "sdk",
        "openapi",
        "oas3",
        "oas3.1",
        "swagger",
        "graphql-sdk",
        "graphql-codegen"
    ],
    "homepage": "https://liontari.ai",
    "bin": {
        "samarium": "bin/samarium"
    },
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "bin/**/*",
        "README.md",
        "package.json"
    ],
    "scripts": {
        "prettier": "prettier --write .",
        "bundle": "bun bundle.ts",
        "prepublishOnly": "bun run bundle",
        "test": "bun test"
    },
    "prettier": {
        "tabWidth": 4
    },
    "devDependencies": {
        "bun-types": "^1.2.19",
        "@samarium.sdk/make": "0.30.2"
    },
    "peerDependencies": {
        "typescript": "^5.0.0"
    },
    "dependencies": {
        "@inquirer/prompts": "^5.0.5",
        "commander": "^11.1.0",
        "detect-indent": "^7.0.1",
        "prettier": "^3.2.5",
        "yaml": "^2.6.0"
    }
}
