UNPKG

@sodacore/ui

Version:

Sodacore UI is a powerful JSON-based DSL for describing web pages that can be rendered by a frontend JavaScript framework.

67 lines (66 loc) 1.28 kB
{ "name": "@sodacore/ui", "description": "Sodacore UI is a powerful JSON-based DSL for describing web pages that can be rendered by a frontend JavaScript framework.", "version": "0.3.23", "license": "Apache-2.0", "homepage": "https://sodacore.dev", "module": "false", "type": "module", "main": "dist/index.js", "private": false, "publishConfig": { "access": "public" }, "keywords": [ "bun", "@bun", "sodacore", "sodacore-plugin", "soda", "framework", "decorator", "typescript", "engine", "ui", "web", "dsl", "domain-specific-language", "user-interface", "described", "interface" ], "files": [ "dist" ], "author": { "name": "Sodacore Team", "email": "sodacoredev@gmail.com", "url": "https://sodacore.dev" }, "bugs": { "url": "https://github.com/sodacore/core/issues", "email": "sodacoredev@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/sodacore/core.git", "directory": "packages/ui" }, "engines": { "bun": ">=1.1.20" }, "scripts": { "build": "tsc", "build:watch": "tsc --watch" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.6.3" }, "dependencies": { "reflect-metadata": "^0.2.2", "@sodacore/core": "^0.3.23" } }