mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 21:21:21 +00:00
Paths pointed to index.ts but actual file is at src/index.ts. Co-authored-by: Ona <no-reply@ona.com>
11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"name": "@aris/core",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test ."
|
|
}
|
|
}
|