Files
collection.ts/package.json
Infendro 24838b8f77
All checks were successful
/ publish (push) Successful in 1m24s
Implement Collection
2026-04-27 19:00:49 +02:00

21 lines
312 B
JSON

{
"name": "@infendro/collection",
"version": "0.0.1",
"scripts": {
"build": "tsc"
},
"files": [
"./dist/"
],
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"devDependencies": {
"typescript": "^6.0.3"
},
"type": "module"
}