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

11 lines
150 B
JSON
Raw Normal View History

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