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

12 lines
195 B
JSON
Raw Normal View History

2023-10-05 10:15:36 +01:00
{
"name": "layc",
"version": "1.0.0",
"main": "lib/layc.cjs",
"module": "lib/layc.js",
"scripts": {
"test": "bun test",
"examples": "bun run ./examples/index.js"
},
"type": "module"
}