Files
aris/packages/aris-core/package.json

11 lines
158 B
JSON
Raw Permalink Normal View History

2026-01-16 00:56:55 +00:00
{
"name": "@aris/core",
"version": "0.0.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
2026-01-16 00:56:55 +00:00
"scripts": {
"test": "bun test ."
}
}