26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"name": "@cetra/cetra",
|
|
"version": "0.0.1",
|
|
"description": "Reactive Framework for building Web Applications",
|
|
"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"
|
|
}
|