/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/postcss-pxtransform/package.json
39 строк
789 B
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "postcss-pxtransform", "version": "4.2.1", "description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位", "author": "O2Team", "license": "MIT", "main": "index.js", "keywords": [ "postcss", "css", "postcss-plugin", "pxtransform" ], "files": [ "lib", "index.js" ], "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "bugs": { "url": "https://github.com/NervJS/taro/issues" }, "homepage": "https://github.com/NervJS/taro/tree/main/packages/postcss-pxtransform#readme", "scripts": { "test": "jest" }, "jest": { "testEnvironment": "node", "testEnvironmentOptions": {} }, "engines": { "node": ">= 18" }, "peerDependencies": { "postcss": "^8" } }