UNPKG

ipsased

Version:

UI toolkit monorepo containing a React component library, UI utilities, a drag-and-drop library, and more

44 lines (43 loc) 1.11 kB
{ "name": "@acusti/css-values", "version": "1.0.2", "type": "module", "sideEffects": false, "exports": "./dist/index.js", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "description": "Utilities for parsing different types of CSS values with or without their units", "keywords": [ "utils", "utilities", "css", "css-value", "typescript", "ts", "flow", "isomorphic", "universal" ], "scripts": { "test": "vitest" }, "repository": { "type": "git", "url": "https://github.com/acusti/uikit.git", "directory": "packages/css-values" }, "author": "andrew patton <andrew@acusti.ca> (https://www.acusti.ca)", "license": "Unlicense", "bugs": { "url": "https://github.com/acusti/uikit/issues" }, "homepage": "https://github.com/acusti/uikit/tree/main/packages/css-values#readme", "devDependencies": { "typescript": "^5.3.3", "vitest": "^1.1.0" } }