@jswork/react-condition-manager
Version:
React condition manager.
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "@jswork/react-condition-manager",
"description": "React condition manager.",
"version": "1.3.3",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"homepage": "https://js.work",
"license": "MIT",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsup",
"release": "release-it --ci --npm.skipChecks"
},
"devDependencies": {
"@swc/core": "^1.3.93",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"react",
"condition",
"manager",
"rcm",
"switch",
"case",
"break",
"if",
"else",
"elseif"
]
}