chore(project) gitignore, example for debugging, package.json
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@cetra/cetra",
|
||||
"version": "0.0.1",
|
||||
"description": "Reactive Framework for building Web Applications",
|
||||
"author": "Benjamin Wegener <me@benni.games>",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user