Files
aris/packages/aelis-source-location/package.json

15 lines
250 B
JSON
Raw Normal View History

{
"name": "@aelis/source-location",
"version": "0.0.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"test": "bun test src/"
},
"dependencies": {
"@aelis/core": "workspace:*",
"arktype": "^2.1.0"
}
}