@asphalt-react/qualifier
Version:
Reusable qualifier component
40 lines (39 loc) • 890 B
JSON
{
"name": "@asphalt-react/qualifier",
"version": "2.0.0",
"description": "Reusable qualifier component",
"keywords": [
"asphalt",
"qualifier"
],
"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": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"license": "UNLICENSED",
"devDependencies": {
"@asphalt-react/build": "^2.0.0",
"@testing-library/react": "^11.2.7"
},
"dependencies": {
"@asphalt-react/helper": "^2.0.0",
"@asphalt-react/svg-normalizer": "^2.0.0"
},
"gitHead": "670cc440d262dac252453b7479d82a8b6e3cf9f2"
}