UNPKG

@onesy/style

Version:

CSS in JS styling solution

58 lines 1.18 kB
{ "name": "@onesy/style", "version": "1.0.1", "description": "CSS in JS styling solution", "repository": "https://github.com/onesy-me/style.git", "author": "Lazar <lazareric.com@gmail.com>", "license": "MIT", "private": false, "main": "./index.js", "bin": { "onesy-style": "./cli.js" }, "keywords": [ "css", "css-in-js", "style", "styling", "cascading-style-sheets", "frontend", "front-end", "backend", "back-end", "web", "browser", "javascript", "js", "typescript", "node", "nodejs", "library", "onesy", "utils" ], "dependencies": { "@babel/runtime": "^7.18.3", "@onesy/meta": "^1.0.0", "@onesy/node": "^1.0.0", "@onesy/subscription": "^1.0.0", "@onesy/utils": "^1.0.0", "csstype": "^3.1.0", "fast-glob": "^3.2.11", "fs-extra": "^10.1.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "sideEffects": false, "engines": { "node": ">=12.0.0", "yarn": ">=1.22" }, "scripts": { "install": "node utils/install.js" }, "module": "./esm/index.js", "types": "./index.d.ts" }