Files
ladder/package.json
2022-05-26 22:00:23 +02:00

13 lines
316 B
JSON

{
"name": "@djledda/ladder",
"version": "1.0.0",
"description": "other libraries provide you with a whole framework - this is just a ladder",
"scripts": {},
"author": "Daniel Ledda <dan.j.ledda@gmail.com>",
"license": "MIT",
"devDependencies": {
"typescript": "^4.7.2",
"vite": "^2.9.9"
},
}