/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/postcss-html-transform/package.json
32 строки
628 B
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "postcss-html-transform", "version": "4.2.1", "description": "transform html tag name selector", "author": "O2Team", "license": "MIT", "main": "index.js", "files": [ "index.js", "dist" ], "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "scripts": { "prod": "pnpm run build", "prebuild": "pnpm run clean", "clean": "rimraf ./dist", "build": "tsc", "dev": "tsc -w" }, "bugs": { "url": "https://github.com/NervJS/taro/issues" }, "engines": { "node": ">= 18" }, "peerDependencies": { "postcss": "^8" } }