{
    "name": "titan-sdk",
    "version": "0.0.6",
    "description": "Development SDK for Titan Planet. Provides TypeScript type definitions for the global 't' runtime object and a 'lite' test-harness runtime for building and verifying extensions.",
    "main": "index.js",
    "type": "module",
    "types": "index.d.ts",
    "bin": {
        "titan-sdk": "./bin/run.js"
    },
    "files": [
        "bin/",
        "templates/",
        "titan",
        "index.js",
        "index.d.ts",
        "README.md"
    ],
    "keywords": [
        "titan",
        "titan-planet",
        "titan-sdk",
        "ezetgalaxy",
        "types",
        "typescript",
        "intellisense",
        "sdk",
        "backend-sdk",
        "extension-development"
    ],
    "license": "ISC"
}