This repository has been archived on 2025-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cetra/package.json

26 lines
555 B
JSON
Raw Normal View History

{
"name": "@cetra/cetra",
"version": "0.0.1",
"description": "Reactive Framework for building Web Applications",
2024-04-21 14:38:40 +01:00
"author": "Benjamin Wegener <bin@ghosted.id>",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/cetrahq/cetra.git"
},
"keywords": [],
"homepage": "https://cetra.dev/docs/en/start",
"bugs": "https://cetra.dev/bug-report",
"exports": {
".": [
{
"import": "./lib/lib.js",
"require": "./lib/lib.cjs",
"default": "./lib/lib.js"
},
"./lib/lib.js"
]
},
"license": "MIT"
}