@stylex-extend/shared
Version:
Shared utilities for StyleX Extend
29 lines • 734 B
JSON
{
"name": "@stylex-extend/shared",
"description": "Shared utilities for StyleX Extend",
"version": "0.7.1",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": "https://github.com/nonzzz/stylex-extend.git",
"files": [
"dist",
"README.md"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"csstype": "^3.1.3"
},
"scripts": {
"dev": "rollup --config rollup.config.mts --configPlugin swc3 --watch",
"build": "rollup --config rollup.config.mts --configPlugin swc3"
}
}