26 lines
546 B
JSON
26 lines
546 B
JSON
{
|
|
"name": "@djledda/ladder",
|
|
"version": "1.0.3",
|
|
"description": "other libraries provide you with a whole framework - this is just a ladder",
|
|
"author": "Daniel Ledda <dan.j.ledda@gmail.com>",
|
|
"license": "MIT",
|
|
"main": "index.ts",
|
|
"repository": "https://github.com/dLedda/ladder.git",
|
|
"keywords": [
|
|
"ui",
|
|
"jsx",
|
|
"typescript",
|
|
"ts",
|
|
"framework",
|
|
"web",
|
|
"front-end",
|
|
"user interface",
|
|
"hypertext",
|
|
"component"
|
|
],
|
|
"devDependencies": {
|
|
"vite": "^2.9.9",
|
|
"typescript": "^4.7.2"
|
|
}
|
|
}
|