@asphalt-react/helper
Version:
Common helper utilities for components
48 lines (47 loc) • 1 kB
JSON
{
"name": "@asphalt-react/helper",
"version": "2.0.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.0.0",
"@rollup/plugin-replace": "^3.0.1",
"rollup": "^2.53.3"
},
"browser": {
"dist/index.js": "./dist/browser.js",
"crypto": false
},
"gitHead": "670cc440d262dac252453b7479d82a8b6e3cf9f2"
}