UNPKG

@asphalt-react/helper

Version:

Common helper utilities for components

48 lines (47 loc) 1 kB
{ "name": "@asphalt-react/helper", "version": "2.15.0", "description": "Common helper utilities for components", "keywords": [ "asphalt", "design language system", "dls", "helper" ], "author": "UX Engineering - Web <uxe@gojek.com>", "type": "module", "main": "./dist/index.js", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "directories": { "test": "__tests__" }, "files": [ "dist" ], "scripts": { "test": "jest", "build": "rollup -c" }, "publishConfig": { "access": "public" }, "license": "UNLICENSED", "dependencies": { "tabbable": "^6.1.2", "text-encoder-lite": "^2.0.0" }, "devDependencies": { "@asphalt-react/build": "^2.15.0", "@rollup/plugin-replace": "^3.0.1", "rollup": "^2.53.3" }, "browser": { "dist/index.js": "./dist/browser.js", "crypto": false }, "gitHead": "4414f2abe8aea713a0b6cafcee2ab24461ce3263" }