{ "name": "@xyx-utils/shared", "version": "0.0.2", "description": "", "main": "dist/index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "dist", "readme.md", "CHANGELOG.md" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./*": "./dist/*" }, "keywords": [], "author": "", "license": "ISC" }