UNPKG

common-styles-css

Version:

its a library common css styles

34 lines (33 loc) 758 B
{ "name": "common-styles-css", "version": "1.0.1", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "homepage": "https://google.com", "repository": { "url": "git+https://github.com/Yulduz0525/common-styles-package.git" }, "scripts": { "build": "tsup" }, "keywords": [ "styles", "common-styles", "css-styles" ], "author": "Yulduz", "license": "MIT", "description": "its a library common css styles", "devDependencies": { "@types/styled-components": "^5.1.34", "tsup": "^8.3.0", "typescript": "^5.6.2" }, "dependencies": { "styled-components": "^6.1.13" }, "bugs": { "url": "https://github.com/Yulduz0525/general-styles-package/issues" } }