UNPKG

jsxstyle-utils

Version:

Utilities used by jsxstyle and tooling built for jsxstyle

22 lines (21 loc) 473 B
{ "name": "jsxstyle-utils", "version": "2.5.0", "description": "Utilities used by jsxstyle and tooling built for jsxstyle", "author": "Pete Hunt", "license": "Apache-2.0", "main": "lib/jsxstyle-utils.cjs.js", "module": "lib/jsxstyle-utils.es.js", "jsnext:main": "lib/jsxstyle-utils.es.js", "types": "lib/index.d.ts", "files": [ "lib" ], "sideEffects": false, "keywords": [ "jsxstyle" ], "dependencies": { "csstype": "^2.6.7" } }