UNPKG

@rws-aoa/utils

Version:
68 lines 1.61 kB
{ "name": "@rws-aoa/utils", "version": "2.1.4", "description": "Utilities for RWS AOA libraries and applications", "author": "@rws-aoa", "license": "Apache-2.0", "type": "module", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.js", "types": "dist/cjs/index.d.cts", "exports": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" } }, "homepage": "https://github.com/RWS-NL/aoa-design-system/tree/master/packages/utils#readme", "scripts": { "lint": "eslint src tests --fix", "test": "vitest run", "prebuild": "yarn lint && yarn test", "build": "tsup", "prepack": "yarn build", "bump": "cliff-jumper", "check-update": "cliff-jumper --dry-run" }, "dependencies": { "@sapphire/utilities": "^3.18.2" }, "devDependencies": { "@favware/cliff-jumper": "^6.0.0", "@types/jsdom": "^21.1.7", "@vitest/coverage-v8": "^3.0.8", "eslint": "^9.21.0", "jsdom": "^26.0.0", "tsup": "^8.4.0", "typescript": "^5.8.2", "vitest": "^3.0.8" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/RWS-NL/aoa-design-system.git", "directory": "packages/utils" }, "bugs": { "url": "https://github.com/RWS-NL/aoa-design-system/issues" }, "keywords": [ "RWS-NL", "RWS-AOA", "RWS", "AOA", "typescript", "ts", "utils", "utilities" ] }