scoped-rem
Version:
Makes CSS rem units relative to a custom root font size.
50 lines • 1.08 kB
JSON
{
"name": "scoped-rem",
"version": "0.2.1",
"description": "Makes CSS rem units relative to a custom root font size.",
"type": "module",
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"engines": {},
"keywords": [
"css",
"rem",
"scoped",
"transform",
"responsive"
],
"author": "situ2001 <yongcong2001@outlook.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/situ2001/scoped-rem.git"
},
"homepage": "https://github.com/situ2001/scoped-rem#readme",
"bugs": {
"url": "https://github.com/situ2001/scoped-rem/issues"
},
"dependencies": {
"postcss": "^8.5.6",
"postcss-value-parser": "^4.2.0",
"zod": "^4.1.11"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest"
}
}