structu-rex
Version:
Framework agnostic UI design system builder (Atomic Design, containers/UI, hooks, presenters)
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "structu-rex",
"version": "0.9.0",
"description": "Framework agnostic UI design system builder (Atomic Design, containers/UI, hooks, presenters)",
"main": "dist/index.js",
"bin": {
"structurex": "dist/cli/index.js"
},
"scripts": {
"build": "tsup && cp -R src/cli/templates dist/cli",
"generate": "structurex component",
"prepare": "npm run build"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./cli": "./dist/cli/index.js",
"./eslint-config": "./packages/eslint-config/index.js"
},
"types": "./dist/index.d.ts",
"files": [
"dist",
"packages/eslint-config",
"README.md"
],
"dependencies": {
"plop": "3.1.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@types/inquirer": "9.0.8",
"tsup": "^8.0.0",
"typescript": "^5.5.0"
},
"author": {
"name": "Víctor Larco",
"email": "victorlarcob@gmail.com",
"url": "https://github.com/ConstCodeX"
},
"keywords": [
"ui",
"atomic-design",
"framework-agnostic",
"clean-architecture",
"typescript"
],
"license": "MIT"
}