2024-02-01 23:47:13 +08:00
|
|
|
{
|
2024-04-25 21:11:20 +08:00
|
|
|
"name": "elexis",
|
2024-04-26 18:41:29 +08:00
|
|
|
"description": "Build Web in Native JavaScript Syntax",
|
2024-10-03 23:21:55 +08:00
|
|
|
"version": "0.2.5",
|
2024-04-24 20:57:01 +08:00
|
|
|
"author": {
|
|
|
|
"name": "defaultkavy",
|
|
|
|
"email": "defaultkavy@gmail.com",
|
2024-08-29 02:27:14 +08:00
|
|
|
"url": "https://git.defaultkavy.com/defaultkavy"
|
2024-04-24 20:57:01 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-08-29 02:27:14 +08:00
|
|
|
"url": "git+https://git.defaultkavy.com/defaultkavy/elexis.git"
|
2024-04-24 20:57:01 +08:00
|
|
|
},
|
|
|
|
"module": "index.ts",
|
|
|
|
"bugs": {
|
2024-08-29 02:27:14 +08:00
|
|
|
"url": "https://git.defaultkavy.com/defaultkavy/elexis/issues"
|
2024-04-24 20:57:01 +08:00
|
|
|
},
|
2024-08-29 02:27:14 +08:00
|
|
|
"homepage": "https://git.defaultkavy.com/defaultkavy/elexis",
|
2024-04-24 20:57:01 +08:00
|
|
|
"keywords": ["web", "front-end", "lib", "fluent", "framework"],
|
|
|
|
"license": "ISC",
|
2024-04-25 21:11:20 +08:00
|
|
|
"type": "module"
|
2024-02-01 23:47:13 +08:00
|
|
|
}
|