{ "name": "@nextui-org/snippet", "version": "0.0.0-dev-v2-20230405205125", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" ], "author": "Junior Garcia ", "homepage": "https://nextui.org", "license": "MIT", "main": "src/index.ts", "sideEffects": false, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/nextui-org/nextui.git", "directory": "packages/components/snippet" }, "bugs": { "url": "https://github.com/nextui-org/nextui/issues" }, "scripts": { "build": "tsup src --dts", "dev": "yarn build:fast -- --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "build:fast": "tsup src", "prepack": "clean-package", "postpack": "clean-package restore" }, "peerDependencies": { "react": ">=18" }, "dependencies": { "@nextui-org/system": "workspace:*", "@nextui-org/theme": "workspace:*", "@nextui-org/shared-utils": "workspace:*", "@nextui-org/dom-utils": "workspace:*", "@nextui-org/use-clipboard": "workspace:*", "@nextui-org/tooltip": "workspace:*", "@react-aria/focus": "^3.11.0" }, "devDependencies": { "clean-package": "2.2.0", "react": "^18.0.0" }, "clean-package": "../../../clean-package.config.json", "tsup": { "clean": true, "target": "es2019", "format": [ "cjs", "esm" ] } }