This repository has been archived on 2025-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
layc/package.json
Benjamin Wegener 7f9d62e06c init project
2023-10-05 10:15:36 +01:00

11 lines
178 B
JSON

{
"name": "layc",
"module": "lib/index.js",
"type": "module",
"devDependencies": {
"bun-types": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}