mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 13:11:17 +00:00
11 lines
150 B
JSON
11 lines
150 B
JSON
{
|
|
"name": "@aris/core",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"types": "index.ts",
|
|
"scripts": {
|
|
"test": "bun test ."
|
|
}
|
|
}
|