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