/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/postcss-unit-transform/package.json
36 строк
814 B
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "postcss-taro-unit-transform", "version": "4.2.1", "description": "小程序单位转换", "author": "O2Team", "license": "MIT", "main": "index.js", "scripts": { "test": "jest", "test:clear": "jest --clearCache", "test:cov": "jest --coverage", "test:updateSnapshot": "jest --updateSnapshot", "test:ci": "cross-env NODE_ENV=test jest --ci -i" }, "jest": { "testEnvironment": "node", "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/postcss-unit-transform/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "testPathIgnorePatterns": [ "/node_modules/" ] }, "peerDependencies": { "postcss": "^8" } }