{
    "name": "@tweasy/base",
    "version": "0.1.0",
    "description": "It is a style-prop based full component UI kit",
    "author": "Batuhan Göksu",
    "email": "batuhangoksu@gmail.com",
    "license": "MIT",
    "source": "src/index.ts",
    "module": "dist/base.esm.js",
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "engines": {
        "node": ">=14"
    },
    "private": false,
    "keywords": [],
    "scripts": {
        "start": "tsdx watch",
        "build": "tsdx build",
        "test": "tsdx test",
        "lint": "tsdx lint",
        "prepare": "tsdx build",
        "size": "size-limit",
        "analyze": "size-limit --why"
    },
    "husky": {
        "hooks": {
            "pre-commit": "tsdx lint"
        }
    },
    "prettier": {
        "printWidth": 80,
        "semi": false,
        "singleQuote": true,
        "trailingComma": "es5",
        "singleAttributePerLine": true
    },
    "size-limit": [
        {
            "path": "dist/base.cjs.production.min.js",
            "limit": "10 KB"
        },
        {
            "path": "dist/base.esm.js",
            "limit": "10 KB"
        }
    ],
    "devDependencies": {
        "@size-limit/preset-small-lib": "^7.0.8",
        "husky": "^8.0.1",
        "size-limit": "^7.0.8",
        "tsdx": "^0.14.1",
        "tslib": "^2.4.0",
        "typescript": "^4.6.4"
    },
    "dependencies": {
        "@stitches/react": "^1.2.8"
    }
}
