@acusti/css-values
Version:
Utilities for parsing different types of CSS values with or without their units
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "@acusti/css-values",
"version": "1.2.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"description": "Utilities for parsing different types of CSS values with or without their units",
"keywords": [
"utils",
"utilities",
"css",
"css-value",
"typescript",
"ts",
"isomorphic",
"universal"
],
"scripts": {
"test": "vitest",
"build": "vite build"
},
"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.8.3",
"unplugin-dts": "^1.0.0-beta.0",
"vite": "^6.3.5",
"vitest": "^3.1.4"
}
}